<Code Lib>
2023 Method
Changes 5
M

ExporterIFCUtils.CreateProjectLevelGUID

Description:
Creates a GUID from Revit project for given GUIDType.

public static string CreateProjectLevelGUID(
	Document document,
	IFCProjectLevelGUIDType guidType
)

Return Value The guid string. The guid string.

Loading…