CivilDocumentPointGroups Property |
Gets the collection of all PointGroups in the drawing.
Namespace: Autodesk.Civil.ApplicationServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PointGroupCollection PointGroups { get; }
Public ReadOnly Property PointGroups As PointGroupCollection
Get
public:
property PointGroupCollection^ PointGroups {
PointGroupCollection^ get ();
}
Property Value
PointGroupCollection
See Also