Share

SettingsAlignment.SettingsCantOptions.RadiusLookupMethod Property

Gets the type of radius lookup method for cant.



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

Syntax

C#

public PropertyEnum<RadiusLookupMethodType> RadiusLookupMethod { get; }

VB

Public ReadOnly Property RadiusLookupMethod As PropertyEnum(Of RadiusLookupMethodType)
	Get

C++

public:
property PropertyEnum<RadiusLookupMethodType>^ RadiusLookupMethod {
	PropertyEnum<RadiusLookupMethodType>^ get ();
}

Property Value

PropertyEnumRadiusLookupMethodType

See Also

Reference

Was this information helpful?