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