<Code Lib>
2022 Method
Changes 8
M

ExporterIFCUtils.CreateProjectLevelGUID

Description:
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
)

Return Value The guid string. The guid string.

Loading…