IFCGuidKey(String) Constructor |
Constructs a new IFCHybridGuid
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IFCGuidKey(
string ifcGuid
)
Public Sub New (
ifcGuid As String
)
public:
IFCGuidKey(
String^ ifcGuid
)
new :
ifcGuid : string -> IFCGuidKey
Parameters
- ifcGuid String
-
IFC Global ID
Exceptions
See Also