Locations Property

Gets the locations of vertices for the operation.

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

Syntax

C#

public Point3dCollection Locations { get; }

Visual Basic

Public ReadOnly Property Locations As Point3dCollection
	Get

Visual C++

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

See Also