ArcObjects Library Reference (DataSourcesRaster)  

IRasterEdit.Write Method

Writes a PixelBlock starting at a given Top-Left corner.

[Visual Basic .NET]
Public Sub Write ( _
    ByVal pTlc As IPnt, _
    ByVal pPixelBlock As IPixelBlock _
)
[C#]
public void Write (
    IPnt pTlc,
    IPixelBlock pPixelBlock
);
[C++]
HRESULT Write(
  IPnt* pTlc,
  IPixelBlock* pPixelBlock
);
[C++]

Parameters

pTlc [in]

  pTlc is a parameter of type IPnt

pPixelBlock [in]

  pPixelBlock is a parameter of type IPixelBlock

Product Availability

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

See Also

IRasterEdit Interface

.NET Related Topics

DataSourcesRaster | How to access pixel data using a raster cursor | How to create a raster dataset