Revit 2025.3 API
IFCGuid |
Constructs a new IFCHybridGuid
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCGuidKey( string ifcGuid )
Public Sub New ( ifcGuid As String )
public: IFCGuidKey( String^ ifcGuid )
new : ifcGuid : string -> IFCGuidKey
Parameters
- ifcGuid String
- IFC Global ID
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also