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


IGdbSchemaCreator Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGdbSchemaCreator Interface
ArcGIS Developer Help

IGdbSchemaCreator Interface

Provides access to members that support geodatabase schema creation.

Product Availability

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

Members

Name Description
Method CreateSchema Creates the schema for the data elements in the name mapping enumeration.
Method GenerateNameMapping Generates a name mapping enumeration for the arrays of data elements and domains.

Classes that implement IGdbSchemaCreator

Classes Description
GdbSchemaCreator Esri Geodatabase Schema Creator object.

Remarks

The IGdbSchemaCreate interface provides two methods to create the schema for the data elements in the name mapping enumeration.  The GenerateNameMapping method generates a name mapping enumeration for the arrays of data elements and domain.  The CreateSchema method creates the schema for the data elements in the name mapping enumeration.

See Also

GdbSchemaCreator Class