DefaultVerticalCurve Property

Gets the default vertical curve type for a new profile.

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

Syntax

C#

public PropertyEnum<ProfileCurveType> DefaultVerticalCurve { get; }

Visual Basic

Public ReadOnly Property DefaultVerticalCurve As PropertyEnum(Of ProfileCurveType)
	Get

Visual C++

public:
property PropertyEnum<ProfileCurveType>^ DefaultVerticalCurve {
	PropertyEnum<ProfileCurveType>^ get ();
}

See Also