Creates a GUID for the given element.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static string CreateAlternateGUID(
Element pElement
)
Parameters
- pElement Element
-
The element.
Return Value
String
The guid string.
Exceptions
See Also
Reference