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


IRasterProps.MapModel Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterProps.MapModel Property

Map to raster transformation information.

[Visual Basic .NET]
Public Property MapModel As IRasterMapModel
[C#]
public IRasterMapModel MapModel {get; set;}
[C++]
HRESULT get_MapModel(
  IRasterMapModel** pVal
);
[C++]
HRESULT put_MapModel(
  IRasterMapModel* pVal
);
[C++]

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

Product Availability

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

See Also

IRasterProps Interface