Skip to content

IFCGuidKey

Public Class

IFCGuidKey is used for case-sensitive comparison of GUID values for maps and sets.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.IFC.IFCGuidKey

Namespace: Autodesk.Revit.DB.IFC

Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class IFCGuidKey : IDisposable

The IFCGuidKey type exposes the following members.

Constructors

Name

Description


Public Method
IFCGuidKey(IFCGuidKey)

IFCGuidKey can be used in managed code as well as unmanaged.


Public Method
IFCGuidKey(String)

Constructs a new IFCHybridGuid


Properties

Name

Description


Public Property

IFC GlobalId for map.


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Methods

Name

Description


Public Method

Releases all resources used by the IFCGuidKey


Public Method

Determines whether this IFCGuidKey is equal to another.
(Overrides Object.Equals(Object))


Public Method

Returns the hash code for this IFCGuidKey
(Overrides Object.GetHashCode.)


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)