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


IRasterBand.Copy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterBand.Copy Method

Copies this raster band to a new dataset with the specified name.

[Visual Basic .NET]
Public Function Copy ( _
    ByVal copyName As String, _
    ByVal copyWorkspace As IWorkspace _
) As IDataset
[C#]
public IDataset Copy (
    string copyName,
    IWorkspace copyWorkspace
);
[C++]
HRESULT Copy(
  BSTR copyName,
  IWorkspace* copyWorkspace,
  IDataset** copyDataset
);
[C++]

Parameters copyName [in] copyName is a parameter of type BSTR copyWorkspace [in]
copyWorkspace is a parameter of type IWorkspace copyDataset [out, retval]
copyDataset is a parameter of type IDataset

Product Availability

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

See Also

IRasterBand Interface