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