ViewFrameLabelAnchorPosition Property

Gets or sets the relative anchor position of the ViewFrame label.

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

Property Value

ViewFrameLabelLocationType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the ViewFrame does not contain a ViewFrame label.
See Also