Share

CorridorState.Links Property

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 ();
}

Property Value

LinkCollection

See Also

Reference

Was this information helpful?