This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc Interface > IRasterGeometryProc.IsPixelToMapTransSimple Property (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* isSimple
);
[C++]
Parameters pRaster [in]
pRaster is a parameter of type IRaster isSimple [out, retval] isSimple is a parameter of type VARIANT_BOOL
The IsPixelToMapTransSimple property indicates whether the transformation in the Raster object is a simple transformation or not. A simple transformation is an affine transformation without rotation.