Points Property

Gets the collection of CalculatedPoints in this AppliedSubssembly.

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

Syntax

C#

public CalculatedPointCollection Points { get; }

Visual Basic

Public ReadOnly Property Points As CalculatedPointCollection
	Get

Visual C++

public:
property CalculatedPointCollection^ Points {
	CalculatedPointCollection^ get ();
}

See Also