Gets the collection of all PointGroups in the drawing.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PointGroupCollection PointGroups { get; }
VB
Public ReadOnly Property PointGroups As PointGroupCollection Get
C++
public: property PointGroupCollection^ PointGroups { PointGroupCollection^ get (); }