Gets the collection of all PointGroups in the drawing.
Namespace: Autodesk.Civil.ApplicationServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public PointGroupCollection PointGroups { get; } |
Visual Basic |
---|
Public ReadOnly Property PointGroups As PointGroupCollection Get |
Visual C++ |
---|
public: property PointGroupCollection^ PointGroups { PointGroupCollection^ get (); } |