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


IRasterMapModel.LinearUnit Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterMapModel.LinearUnit Property

The LinearUnit of the map model.

[Visual Basic .NET]
Public Property LinearUnit As esriSRUnitType
[C#]
public esriSRUnitType LinearUnit {get; set;}
[C++]
HRESULT get_LinearUnit(
  esriSRUnitType* pVal
);
[C++]
HRESULT put_LinearUnit(
  esriSRUnitType pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type esriSRUnitType* pVal [in]
pVal is a parameter of type esriSRUnitType

Product Availability

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

See Also

IRasterMapModel Interface