This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IClassSchemaEdit3 Interface > IClassSchemaEdit3.DeleteGlobalID Method (ArcObjects .NET 10.4 SDK) |
Deletes the global ID column.
[Visual Basic .NET]
Public Sub DeleteGlobalID ( _
)
[C#] public void DeleteGlobalID ( );
[C++]
HRESULT DeleteGlobalID(
void
);
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.