Gets or sets the label location.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual Point3d LabelLocation { get; set; }
VB
Public Overridable Property LabelLocation As Point3d Get Set
C++
public: virtual property Point3d LabelLocation { Point3d get (); void set (Point3d value); }
Property Value
Point3dExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the label is pinned. |