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


IRaster2.ToMapX Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRaster2.ToMapX Method

Maps a pixel column to the x coordinate in map space.

[Visual Basic .NET]
Public Function ToMapX ( _
    ByVal iColumn As Integer _
) As Double
[C#]
public double ToMapX (
    int iColumn
);
[C++]
HRESULT ToMapX(
  long iColumn,
  double* pX
);
[C++]

Parameters iColumn [in] iColumn is a parameter of type long pX [out, retval] pX is a parameter of type double

Product Availability

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

See Also

IRaster2 Interface