markupAddBlockText
Adds a text markup to a block in a vector file.
Syntax
RxCore.markupAddBlockText(BlockId, height, text, color)
Parameters
BlockId
: number — Block ID to which the text is added.height
: number — Height of the text in mm.text
: string — The content of the markup text.color
: string — The color of the markup text.
Returns
- NA — This method does not return a value.