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


IGUIDGenerator.CreateGUID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGUIDGenerator Interface > IGUIDGenerator.CreateGUID Method
ArcGIS Developer Help

IGUIDGenerator.CreateGUID Method

Create a Global Unique Identifier.

[Visual Basic .NET]
Public Function CreateGUID ( _
) As String
[C#]
public string CreateGUID (
);
[C++]
HRESULT CreateGUID(
void
);

Product Availability

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

See Also

IGUIDGenerator Interface