findBlockByAttr
Finds a block in a vector file that has a matching attribute name and value.
Syntax
RxCore.findBlockByAttr(attrname, attrvalue)
Parameters
attrname
: string — The name of the attribute to match.attrvalue
: string — The value of the attribute to match.
Returns
- NA — This method does not return a value.