ViewFrameGroupDefaultViewFrameLabelAnchorPosition Property

Gets or sets the default relative anchor position of ViewFrame labels.

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

Property Value

ViewFrameLabelLocationType
Remarks
When setting, if the AnchorPosition of a ViewFrame label is not equal to the original DefaultLabelAnchorPosition, the AnchorPosition of the label will not be updated to the newValue.
See Also