Gets the type of radius lookup method for cant.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyEnum<RadiusLookupMethodType> RadiusLookupMethod { get; }
Visual Basic
Public ReadOnly Property RadiusLookupMethod As PropertyEnum(Of RadiusLookupMethodType) Get
Visual C++
public: property PropertyEnum<RadiusLookupMethodType>^ RadiusLookupMethod { PropertyEnum<RadiusLookupMethodType>^ get (); }