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