2020 Method
Changes 4
M

ExporterIFCUtils.CreateSubElementGUID

Description:
Creates a consistent GUID for an IFC entity related to a Revit element. A "related" sub-element is one that is unique for a given type of element, and can therefore by identified by a simple index value (e.g. PSet_Wall_Common property set for a wall.
public static string CreateSubElementGUID(
	Element pElement,
	int subElementIndex
)
Return Value The guid string. The guid string.