Gets the number of points in the PointGroup.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public uint PointsCount { get; }
VB
Public ReadOnly Property PointsCount As UInteger Get
C++
public: property unsigned int PointsCount { unsigned int get (); }