IFCGuidKey Class


IFCGuid Key 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
Top
Properties
Name Description
Public property IFCGlobalId IFC GlobalId for map.
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
Name Description
Public method Dispose Releases all resources used by the IFCGuidKey
Public method Equals Determines whether this IFCGuidKey is equal to another.
(Overrides Object Equals(Object) )
Public method GetHashCode 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 )
Top
See Also