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