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


IClassSchemaEditEx Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClassSchemaEditEx Interface
ArcGIS Developer Help

IClassSchemaEditEx Interface

Provides access to members that modify an object class schema.

Product Availability

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

Description

This interface can be used to convert a field of type GUID to type GlobalID or conversely to convert a field of type GlobalID to a field of type GUID.

These methods appy to unversioned ArcSDE feature classes and tables only.

Members

Name Description
Method RegisterGlobalIDColumn Registers this column as an Global ID with the database.
Method UnregisterGlobalIDColumn Unregisters this column as an OID with the database.

Classes that implement IClassSchemaEditEx

Classes Description
ObjectClass Esri Object Class object.