DefaultCurveDirection Property

Specifies the default direction of any curve created using Mapcheck.

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

Syntax

C#

public PropertyEnum<MapcheckCurveDirectionType> DefaultCurveDirection { get; }

Visual Basic

Public ReadOnly Property DefaultCurveDirection As PropertyEnum(Of MapcheckCurveDirectionType)
	Get

Visual C++

public:
property PropertyEnum<MapcheckCurveDirectionType>^ DefaultCurveDirection {
	PropertyEnum<MapcheckCurveDirectionType>^ get ();
}

See Also