IGUIDGenerator Interface

Provides access to a GUID generator.

Members

Name Description
Method CreateGUID Create a Global Unique Identifier.
Method ValidateGUID Validates the format of a Global Unique Identifier.

IGUIDGenerator.CreateGUID Method

Create a Global Unique Identifier.

Public Function CreateGUID ( _
) As String
public string CreateGUID (
);

IGUIDGenerator.ValidateGUID Method

Validates the format of a Global Unique Identifier.

Public Function ValidateGUID ( _
    ByVal GUID As String _
) As Boolean
public bool ValidateGUID (
    string GUID
);

Classes that implement IGUIDGenerator

Classes Description

Remarks

Geodatabase workspaces can be cast to this interface to create and validate GUIDs.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.