ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperation2.PrepareSchema Method

Creates all mosaic dataset side-tables and their relationships. Also creates all auxiliary fields in the mosaic catalog based on the collection of raster type name objects.

[Visual Basic .NET]
Public Sub PrepareSchema ( _
    ByVal sideTables As esriMosaicDatasetSideTable, _
    ByVal pRasterTypeNameObjects As IArray _
)
[C#]
public void PrepareSchema (
    esriMosaicDatasetSideTable sideTables,
    IArray pRasterTypeNameObjects
);
[C++]
HRESULT PrepareSchema(
  esriMosaicDatasetSideTable sideTables,
  IArray* pRasterTypeNameObjects
);
[C++]

Parameters

sideTables [in]

  sideTables is a parameter of type esriMosaicDatasetSideTable

pRasterTypeNameObjects [in]

  pRasterTypeNameObjects is a parameter of type IArray

Product Availability

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

See Also

IMosaicDatasetOperation2 Interface