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


IRasterCollection.Populate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCollection Interface > IRasterCollection.Populate Method
ArcGIS Developer Help

IRasterCollection.Populate Method

Populates this raster collection from associated RasterCatalog.

[Visual Basic .NET]
Public Sub Populate ( _
    ByVal pExtent As IEnvelope _
)
[C#]
public void Populate (
    IEnvelope pExtent
);
[C++]
HRESULT Populate(
  IEnvelope* pExtent
);
[C++]
Parameters
pExtent [in]

pExtent is a parameter of type IEnvelope*

Product Availability

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

See Also

IRasterCollection Interface