This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralUnitTools Interface > ICadastralUnitTools.AreaUnit Property (ArcObjects .NET 10.4 SDK) |
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