Gets the default vertical curve type for a new profile.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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