This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralUnitTools Interface > ICadastralUnitTools.DistanceUnit Property (ArcObjects .NET 10.4 SDK) |
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,
BSTR* distUnit
);
[C++]
Parameters eDistanceType [in]
eDistanceType is a parameter of type esriCadastralDistanceUnits shortNotation [in] shortNotation is a parameter of type VARIANT_BOOL distUnit [out, retval] distUnit is a parameter of type BSTR