Revit 2026 API
IFCGuid |
Constructs a new IFCHybridGuid
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.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