PointGroups Property

Gets the collection of all PointGroups in the drawing.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PointGroupCollection PointGroups { get; }

Visual Basic

Public ReadOnly Property PointGroups As PointGroupCollection
	Get

Visual C++

public:
property PointGroupCollection^ PointGroups {
	PointGroupCollection^ get ();
}

See Also