Locations Property

Gets the vertex locations for the operation.

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

Syntax

C#

public Point2dCollection Locations { get; }

Visual Basic

Public ReadOnly Property Locations As Point2dCollection
	Get

Visual C++

public:
property Point2dCollection^ Locations {
	Point2dCollection^ get ();
}

See Also