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


IGUIDGenerator.CreateGUID Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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