Revit 2025.3 API
Exporter |
Creates a randomized GUID.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static string CreateGUID()
Public Shared Function CreateGUID As String
public: static String^ CreateGUID()
static member CreateGUID : unit -> string
Return Value
StringThe guid string.
See Also