Specifies the default direction of any curve created using Mapcheck.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<MapcheckCurveDirectionType> DefaultCurveDirection { get; }
VB
Public ReadOnly Property DefaultCurveDirection As PropertyEnum(Of MapcheckCurveDirectionType) Get
C++
public: property PropertyEnum<MapcheckCurveDirectionType>^ DefaultCurveDirection { PropertyEnum<MapcheckCurveDirectionType>^ get (); }