Creates a raster catalog layer.
[Visual Basic 6.0] Sub Create(
ByVal pCatalog As IRasterCatalogTable _
)
[Visual Basic .NET] Public Sub Create ( _ ByVal pCatalog As IRasterCatalogTable _ )
[C#] public void Create ( IRasterCatalogTable pCatalog );
[Java] public void create ( IRasterCatalogTable pCatalog ) throws IOException, AutomationException
[C++] HRESULT Create( IRasterCatalogTable* pCatalog );
The DisplayRasters property specifies a threshold (the number of raster datasets are within the display extent) that controls the raster catalog display mode. If the number of the raster datasets in the display extent is greater than the threshold, the raster catalog displays as a wireframe. Otherwise the raster datasets within the display extent will be drawn. The default threshold is 9.