Gets or sets the relative anchor position of the ViewFrame label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ViewFrameLabelLocationType LabelAnchorPosition { get; set; } |
Visual Basic |
---|
Public Property LabelAnchorPosition As ViewFrameLabelLocationType Get Set |
Visual C++ |
---|
public: property ViewFrameLabelLocationType LabelAnchorPosition { ViewFrameLabelLocationType get (); void set (ViewFrameLabelLocationType value); } |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | Thrown when the ViewFrame does not contain a ViewFrame label. |