This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation2 Interface > IMosaicDatasetOperation2.PrepareSchema Method (ArcObjects .NET 10.4 SDK) |
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