BIM.getElementProperties() function

Get all BIM properties of a single element.

Signature:

function getElementProperties(modelId: string, elementId: string, path?: string): Promise<BIMProperty[]>;

Parameters

ParameterDescription
modelIdThe model id
elementIdThe element id
pathlocal path

Returns:

Promise<BIMProperty[]>

a promise contains BIMProperty array