Gets the start point.

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

Syntax

C#
public Point3d StartPoint { get; }
Visual Basic
Public ReadOnly Property StartPoint As Point3d
	Get
Visual C++
public:
property Point3d StartPoint {
	Point3d get ();
}

See Also