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