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