Gets the collection of CalculatedPoints associated with the CalculatedLink.

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

Syntax

C#
public CalculatedPointCollection CalculatedPoints { get; }
Visual Basic
Public ReadOnly Property CalculatedPoints As CalculatedPointCollection
	Get
Visual C++
public:
property CalculatedPointCollection^ CalculatedPoints {
	CalculatedPointCollection^ get ();
}

See Also