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