Gets the table lookup rule in cases where the actual design speed does not exactly match the speed specified in the design criteria tables.

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