Share

SettingsAlignment.SettingsCriteriaBasedDesignOptions.DesignSpeedLookupMethod Property

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.8.0.280

Syntax

C#

public PropertyEnum<DesignSpeedLookupMethodType> DesignSpeedLookupMethod { get; }

VB

Public ReadOnly Property DesignSpeedLookupMethod As PropertyEnum(Of DesignSpeedLookupMethodType)
	Get

C++

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

Property Value

PropertyEnumDesignSpeedLookupMethodType

See Also

Reference

Was this information helpful?