StylesRootStructureStyles Property |
Gets the collection of all structure styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic StructureStyleCollection StructureStyles { get; }
Public ReadOnly Property StructureStyles As StructureStyleCollection
Get
public:
property StructureStyleCollection^ StructureStyles {
StructureStyleCollection^ get ();
}
Property Value
StructureStyleCollection
See Also