DesignSpeedLookupMethod Property

Gets the type of design speed lookup method for cant.

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

Syntax

C#

public PropertyEnum<DesignSpeedLookupMethodType> DesignSpeedLookupMethod { get; }

Visual Basic

Public ReadOnly Property DesignSpeedLookupMethod As PropertyEnum(Of DesignSpeedLookupMethodType)
	Get

Visual C++

public:
property PropertyEnum<DesignSpeedLookupMethodType>^ DesignSpeedLookupMethod {
	PropertyEnum<DesignSpeedLookupMethodType>^ get ();
}

See Also