ViewFrameLabelLocation Property

Gets the default location on the view frame for view frame labels.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyEnum<ViewFrameLabelLocationType> ViewFrameLabelLocation { get; }

Visual Basic

Public ReadOnly Property ViewFrameLabelLocation As PropertyEnum(Of ViewFrameLabelLocationType)
	Get

Visual C++

public:
property PropertyEnum<ViewFrameLabelLocationType>^ ViewFrameLabelLocation {
	PropertyEnum<ViewFrameLabelLocationType>^ get ();
}

See Also