2025.3 Class
Changes 4
C

IFCGuidKey

Description:
IFCGuidKey is used for case-sensitive comparison of GUID values for maps and sets.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCGuidKey
public class IFCGuidKey : IDisposable
Name Return Type Description Inherited From
C IFCGuidKey(IFCGuidKey) None IFCGuidKey can be used in managed code as well as unmanaged.
C IFCGuidKey(String) None Constructs a new IFCHybridGuid
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the IFCGuidKey
M Equals(Object) Boolean Determines whether this IFCGuidKey is equal to another. (Overrides Object . Equals(Object) )
M GetHashCode() Int32 Returns the hash code for this IFCGuidKey (Overrides Object . GetHashCode () )
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IFCGlobalId string IFC GlobalId for map.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.