Share

AppliedSubassembly.Links Property

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

Property Value

CalculatedLinkCollection

See Also

Reference

Was this information helpful?