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