PointsCount Property

Gets the number of points in the PointGroup.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public uint PointsCount { get; }

Visual Basic

Public ReadOnly Property PointsCount As UInteger
	Get

Visual C++

public:
property unsigned int PointsCount {
	unsigned int get ();
}

See Also