IFCGuidKey can be used in managed code as well as unmanaged.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
public IFCGuidKey( IFCGuidKey other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As IFCGuidKey _ ) |
| Visual C++ |
|---|
public: IFCGuidKey( IFCGuidKey^ other ) |
Parameters
- other
- Type: Autodesk.Revit.DB.IFC..::..IFCGuidKey
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |