Scene3D.getElementGuid() method

Get GUID of the element by its name.

Signature:

getElementGuid(elementName: string): string;

Parameters

ParameterDescription
elementNameThe name of the element.

Returns:

string

Return the UUID string, e.g., 849D85CC-AA04-3DE5-A46B-D82D65855B8D, of the element. If no elementName exists, returns "".