2025.3 Method
Changes 5
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
)
  • pElement
    The element.
  • Int32
    subElementIndex
    The global index for this sub-element.
Return Value String The guid string.