Get all BIM properties of a single element.
Signature:
function getElementProperties(modelId: string, elementId: string, path?: string): Promise<BIMProperty[]>;
Parameter | Description |
---|---|
modelId | The model id |
elementId | The element id |
path | local path |
Returns:
Promise<BIMProperty[]>
a promise contains BIMProperty array