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


IUID.Generate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IU > IUID Interface > IUID.Generate Method
ArcGIS Developer Help

IUID.Generate Method

Creates a new globally unique value for the UID object.

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

Product Availability

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

Description

Creates a new globally unique value (GUID) for the UID object. This is a 128-bit integer used for CLSIDs and interface identifiers.

See Also

IUID Interface