Gets or sets the start point of this label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point2d StartPoint { get; set; }
VB
Public Property StartPoint As Point2d Get Set
C++
public: property Point2d StartPoint { Point2d get (); void set (Point2d value); }