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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 (); }