Locations Property

Gets the grid point locations for the operation.

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

Syntax

C#

public GridLocation[] Locations { get; }

Visual Basic

Public ReadOnly Property Locations As GridLocation()
	Get

Visual C++

public:
property array<GridLocation>^ Locations {
	array<GridLocation>^ get ();
}

See Also