This document is archived and information here might be outdated.  Recommended version.


IPolygonMeasurement.LinearUnit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPolygonMeasurement Interface > IPolygonMeasurement.LinearUnit Property
ArcGIS Developer Help

IPolygonMeasurement.LinearUnit Property

The linear unit of this area measurment.

[Visual Basic .NET]
Public Property LinearUnit As String
[C#]
public string LinearUnit {get; set;}
[C++]
HRESULT get_LinearUnit(
  System.String* pLinearUnit
);
[C++]
HRESULT put_LinearUnit(
  BSTR pLinearUnit
);
[C++]
Parameters
pLinearUnit [out, retval]

pLinearUnit is a parameter of type BSTR* pLinearUnit [in]
pLinearUnit is a parameter of type BSTR

Product Availability

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

See Also

IPolygonMeasurement Interface