Area type enum value as a string.
[Visual Basic .NET] Public Function get_AreaUnit ( _ ByVal eAreaType As esriCadastralAreaUnits, _ ByVal shortNotation As Boolean _ ) As String
[C#] public string get_AreaUnit ( esriCadastralAreaUnits eAreaType, bool shortNotation );
[C++]
HRESULT get_AreaUnit(
esriCadastralAreaUnits eAreaType,
VARIANT_BOOL shortNotation,
BSTR* area
);
[C++]Parameters
eAreaType [in]eAreaType is a parameter of type esriCadastralAreaUnits
shortNotation [in] shortNotation is a parameter of type VARIANT_BOOL area [out, retval] area is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.