CalculatedLinks Property

Gets the collection of links that make up the CalculatedShape.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public CalculatedLinkCollection CalculatedLinks { get; }

Visual Basic

Public ReadOnly Property CalculatedLinks As CalculatedLinkCollection
	Get

Visual C++

public:
property CalculatedLinkCollection^ CalculatedLinks {
	CalculatedLinkCollection^ get ();
}

See Also