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


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

IRasterGeometryProc3.IsPixelToMapTransSimple Property

Indicates if the transformation of pixel to map is simple.

[Visual Basic .NET]
Public Function get_IsPixelToMapTransSimple ( _
    ByVal pRaster As IRaster _
) As Boolean
[C#]
public bool get_IsPixelToMapTransSimple (
    IRaster pRaster
);
[C++]
HRESULT get_IsPixelToMapTransSimple(
  IRaster* pRaster,
  Boolean* isSimple
);
[C++]
Parameters
pRaster [in]

pRaster is a parameter of type IRaster* isSimple [out, retval]
isSimple is a parameter of type bool*

Product Availability

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

See Also

IRasterGeometryProc3 Interface