This document is archived and information here might be outdated. Recommended version. |
Distance units enum value as a string.
[Visual Basic .NET] Public Function get_DistanceUnit ( _ ByVal eDistanceType As esriCadastralDistanceUnits, _ ByVal shortNotation As Boolean _ ) As String
[C#] public string get_DistanceUnit ( esriCadastralDistanceUnits eDistanceType, bool shortNotation );
[C++]
HRESULT get_DistanceUnit(
esriCadastralDistanceUnits eDistanceType,
VARIANT_BOOL shortNotation,
System.String* distUnit
);
[C++] Parameters eDistanceType [in]
eDistanceType is a parameter of type esriCadastralDistanceUnits shortNotation [in]
shortNotation is a parameter of type bool distUnit [out, retval]
distUnit is a parameter of type BSTR*