Share

SettingsViewFrameGroup.SettingsStyles.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.8.0.280

Syntax

C#

public PropertyEnum<ViewFrameLabelLocationType> ViewFrameLabelLocation { get; }

VB

Public ReadOnly Property ViewFrameLabelLocation As PropertyEnum(Of ViewFrameLabelLocationType)
	Get

C++

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

Property Value

PropertyEnumViewFrameLabelLocationType

See Also

Reference

Was this information helpful?