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