Share

ViewFrame.LabelAnchorPosition 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.280

Syntax

C#

public ViewFrameLabelLocationType LabelAnchorPosition { get; set; }

VB

Public Property LabelAnchorPosition As ViewFrameLabelLocationType
	Get
	Set

C++

public:
property ViewFrameLabelLocationType LabelAnchorPosition {
	ViewFrameLabelLocationType get ();
	void set (ViewFrameLabelLocationType value);
}

Property Value

ViewFrameLabelLocationType

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the ViewFrame does not contain a ViewFrame label.

See Also

Reference

Was this information helpful?