Constructs a new IFCHybridGuid
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
| C# |
|---|
public IFCGuidKey( string ifcGuid ) |
| Visual Basic |
|---|
Public Sub New ( _ ifcGuid As String _ ) |
| Visual C++ |
|---|
public: IFCGuidKey( String^ ifcGuid ) |
Parameters
- ifcGuid
- Type: System..::..String
IFC Global ID
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |