setVectorBlockArea
Use this method to add a custom attribute to a vector block polygon that contains the area value.
Syntax
RxCore.setVectorBlockArea(partindex, foundblock, szAttname)
Parameters
partindex
: number — Integer vector list index.foundblock
: number — Integer vector block index.szAttname
: string — String attribute name to add the value to. Will be created if it does not exist.
Returns
- NA — This method does not return a value.