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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ViewFrameLabelLocationType DefaultViewFrameLabelAnchorPosition { get; set; }
Visual Basic
Public Property DefaultViewFrameLabelAnchorPosition As ViewFrameLabelLocationType
	Get
	Set
Visual C++
public:
property ViewFrameLabelLocationType DefaultViewFrameLabelAnchorPosition {
	ViewFrameLabelLocationType get ();
	void set (ViewFrameLabelLocationType value);
}

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