DatabaseGetVisualStyleList
Method
|
Retrieves a collection of visual style names
contained in the visual style dictionary. Currently not
implemented.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public StringCollection GetVisualStyleList()
Public Function GetVisualStyleList As StringCollection
public:
StringCollection^ GetVisualStyleList()
member GetVisualStyleList : unit -> StringCollection
Return Value
StringCollection
A collection of string values.
Remarks
Names of the
anonymous visual styles are not included.
See Also