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