ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Adding and deleting GlobalIDs