Gets the points collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PointCollection Points { get; }
VB
Public ReadOnly Property Points As PointCollection Get
C++
public: property PointCollection^ Points { PointCollection^ get (); }