<Code Lib>
2024 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
C IFCGuidKey(IFCGuidKey) IFCGuidKey IFCGuidKey can be used in managed code as well as unmanaged.
C IFCGuidKey(String) IFCGuidKey Constructs a new IFCHybridGuid

Name Return Type Description
M Dispose() None Releases all resources used by the
M Equals(Object) bool Determines whether this IFCGuidKey is equal to another.
M GetHashCode() int Returns the hash code for this IFCGuidKey

Name Return Type Description
P IFCGlobalId string IFC GlobalId for map.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…