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


IRasterProps.MapModel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterProps Interface > IRasterProps.MapModel Property
ArcGIS Developer Help

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