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