Share

SettingsCmdMapCheck.SettingsCmdMapcheck.DefaultCurveTraverseMethod Property



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

Syntax

C#

public PropertyEnum<MapcheckTraverseMethodType> DefaultCurveTraverseMethod { get; }

VB

Public ReadOnly Property DefaultCurveTraverseMethod As PropertyEnum(Of MapcheckTraverseMethodType)
	Get

C++

public:
property PropertyEnum<MapcheckTraverseMethodType>^ DefaultCurveTraverseMethod {
	PropertyEnum<MapcheckTraverseMethodType>^ get ();
}

Property Value

PropertyEnumMapcheckTraverseMethodType

See Also

Reference

Was this information helpful?