IFCGuidKey(String) Constructor

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
)

Parameters

ifcGuid  String
IFC Global ID
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also