Share

SettingsCmdCreateViewFrames.SettingsCmdViewFrameCreation.ViewFrameOrientation Property

Specify the view frame orientation option.



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

Syntax

C#

public PropertyEnum<ViewFrameAngleType> ViewFrameOrientation { get; }

VB

Public ReadOnly Property ViewFrameOrientation As PropertyEnum(Of ViewFrameAngleType)
	Get

C++

public:
property PropertyEnum<ViewFrameAngleType>^ ViewFrameOrientation {
	PropertyEnum<ViewFrameAngleType>^ get ();
}

Property Value

PropertyEnumViewFrameAngleType

See Also

Reference

Was this information helpful?