MidLocations Property

Gets all the mid-point locations for the operation.

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

Syntax

C#

public Point2dCollection MidLocations { get; }

Visual Basic

Public ReadOnly Property MidLocations As Point2dCollection
	Get

Visual C++

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

See Also