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.
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
)
-
pElementThe element.
-
Int32subElementIndexThe global index for this sub-element.
Return Value
The guid string.
The guid string.
-
A non-optional argument was NULL