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


IRasterDatasetContainer.GetSubRasterDatasetByID Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterDatasetContainer.GetSubRasterDatasetByID Method

The given subdataset by id.

[Visual Basic .NET]
Public Function GetSubRasterDatasetByID ( _
    ByVal SubdatasetID As Integer _
) As IRasterDataset
[C#]
public IRasterDataset GetSubRasterDatasetByID (
    int SubdatasetID
);
[C++]
HRESULT GetSubRasterDatasetByID(
  long SubdatasetID,
  IRasterDataset** ppRasterDataset
);
[C++]

Parameters SubdatasetID [in] SubdatasetID is a parameter of type long ppRasterDataset [out, retval]
ppRasterDataset is a parameter of type IRasterDataset

Product Availability

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

See Also

IRasterDatasetContainer Interface