Share

CalculatedShape.CalculatedLinks Property

Gets the collection of links that make up the CalculatedShape.



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

Syntax

C#

public CalculatedLinkCollection CalculatedLinks { get; }

VB

Public ReadOnly Property CalculatedLinks As CalculatedLinkCollection
	Get

C++

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

Property Value

CalculatedLinkCollection

See Also

Reference

Was this information helpful?