Gets the collection of CalculatedLinks in this AppliedSubssembly.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CalculatedLinkCollection Links { get; }
VB
Public ReadOnly Property Links As CalculatedLinkCollection Get
C++
public: property CalculatedLinkCollection^ Links { CalculatedLinkCollection^ get (); }