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


IUID Interface (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
ArcGIS Developer Help

IUID Interface

Provides access to members that work with globally unique identifier objects.

Product Availability

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

When To Use

Use the IUID interface to set the value of a UID object, set the subtype of the UID object, generate a new globally unique value, or compare two UID objects.

Members

Name Description
Method Compare Indicates if the two UID objects represent the same globally unique identifier.
Method Generate Creates a new globally unique value for the UID object.
Read/write property SubType The subtype of the UID object.
Read/write property Value The value of the UID object.

Classes that implement IUID

Classes Description
UID Unique Identifier Object.

See Also

UID Class