StartPoint Property

Gets the alignment sub-entity start point coordinate.

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

Syntax

C#

public Point2d StartPoint { get; }

Visual Basic

Public ReadOnly Property StartPoint As Point2d
	Get

Visual C++

public:
property Point2d StartPoint {
	Point2d get ();
}

See Also