LabelLabelLocation Property

Gets or sets the label location.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual Point3d LabelLocation { get; set; }

Property Value

Point3d
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the label is pinned.
See Also