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