Locate assets in a drawing
HTML Drawing Control
Locate assets in a drawing
Call
Drawing.DrawingControl.findAssets(ids, options)
to locate one or multiple assets in the drawing.
The search can be performed across different layers of assets, as long as the layer and asset is visible. You also have the ability to locate assets while displaying highlights. If you search for a different asset, the previously searched asset should retain its original highlight, if one exists.
Method parameters | Description |
ids | Array – asset IDs, e.g. [‘0001’, ‘0018’, ‘0109’, ‘0856’, ‘0007’, ‘0006’]. Since IDs are being passed, the search can be performed across different layers of assets, as long as the layer and asset is visible. |
options
|
Map of additional properties |
|