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


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

IPointMeasurement.IsHorizontalUnitLinear Property

Indicates if the unit of the horizontal axes is a linear unit.

[Visual Basic .NET]
Public ReadOnly Property IsHorizontalUnitLinear As Boolean
[C#]
public bool IsHorizontalUnitLinear {get;}
[C++]
HRESULT get_IsHorizontalUnitLinear(
  Boolean* pIsLinearUnit
);
[C++]
Parameters
pIsLinearUnit [out, retval]

pIsLinearUnit is a parameter of type bool*

Product Availability

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

See Also

IPointMeasurement Interface