Get common BIM properties of some elements. Note the values of common properties are not fetched.
Signature:
function getElementsProperties(modelId: string, elementIds: string[]): Promise<_BIMProperty[]>;
Parameter | Description |
---|---|
modelId | The model id |
elementIds | An array of element ids |
Returns:
Promise<_BIMProperty[]>
a boolean value