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


IDatasetMigration.MigrateGeometryStorage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDatasetMigration.MigrateGeometryStorage Method

Migrate the geometry field storage.

[Visual Basic .NET]
Public Sub MigrateGeometryStorage ( _
    ByVal ConfigurationKeyword As String _
)
[C#]
public void MigrateGeometryStorage (
    string ConfigurationKeyword
);
[C++]
HRESULT MigrateGeometryStorage(
  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 MigrateGeometryStorage method will migrate all geometry storage to the parameters specified in the ConfigurationKeyword argument.

See Also

IDatasetMigration Interface