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


IMosaicDatasetOperation2.PrepareSchema Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation2 Interface > IMosaicDatasetOperation2.PrepareSchema Method
ArcGIS Developer Help

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