ArcObjects Library Reference (GeoDatabase)  

IDatasetMigration.MigrateRasterStorage Method

Migrate the raster storage.

[Visual Basic .NET]
Public Sub MigrateRasterStorage ( _
    ByVal ConfigurationKeyword As String _
)
[C#]
public void MigrateRasterStorage (
    string ConfigurationKeyword
);
[C++]
HRESULT MigrateRasterStorage(
  BSTR ConfigurationKeyword
);
[C++]

Parameters

ConfigurationKeyword [in]   ConfigurationKeyword is a parameter of type BSTR

Product Availability

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

Remarks

The MigrateRasterStorage method will migrate all raster storage to the parameters specified in the ConfigurationKeyword argument.

See Also

IDatasetMigration Interface