Gets the Points collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PointCollection Points { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Points As PointCollection Get |
| Visual C++ |
|---|
public: property PointCollection^ Points { PointCollection^ get (); } |