ViewFrameLabelAnchorPosition Property |
Gets or sets the relative anchor position of the ViewFrame label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ViewFrameLabelLocationType LabelAnchorPosition { get; set; }
Public Property LabelAnchorPosition As ViewFrameLabelLocationType
Get
Set
public:
property ViewFrameLabelLocationType LabelAnchorPosition {
ViewFrameLabelLocationType get ();
void set (ViewFrameLabelLocationType value);
}
Property Value
ViewFrameLabelLocationType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the ViewFrame does not contain a ViewFrame label.
|
See Also