ExporterIFCUtils.CreateProjectLevelGUID
Description:
Creates a GUID from Revit project for given GUIDType.
Creates a GUID from Revit project for given GUIDType.
[ObsoleteAttribute("This function is deprecated in Revit 2022. Please see the IFC open source function CreateProjectLevelGUID for examples of how to do this starting in Revit 2022.")]
public static string CreateProjectLevelGUID(
Document document,
IFCProjectLevelGUIDType guidType
)
-
documentThe document.
-
guidTypeThe GUID type.
Return Value
The guid string.
The guid string.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration