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


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

IClassSchemaEdit3.DeleteGlobalID Method

Deletes the global ID column.

[Visual Basic .NET]
Public Sub DeleteGlobalID ( _
)
[C#]
public void DeleteGlobalID (
);
[C++]
HRESULT DeleteGlobalID(
void
);

Product Availability

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

Remarks

Deletes a column of type GlobalID to a Geodatabse Table or FeatureClass.

GlobalID columns can be added or deleted to versioned as well as non-versioned ArcSDE tables. 

See Also

IClassSchemaEdit3 Interface