Gets the collection of links that make up the CalculatedShape.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public CalculatedLinkCollection CalculatedLinks { get; }
Visual Basic
Public ReadOnly Property CalculatedLinks As CalculatedLinkCollection Get
Visual C++
public: property CalculatedLinkCollection^ CalculatedLinks { CalculatedLinkCollection^ get (); }