ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralUnitTools.DistanceUnit Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadastralUnitTools Interface