vfoSupportsConvertToPolygon?
vfoSupportsConvertToPolygon?(
g_obj
d_instId
)
=> t / nil
Description
Checks if the Convert to Polygon operation is supported on the given instance.
Arguments
|
An instance of SKILL++ class |
|
Value Returned
|
The |
|
|
The |
Example
Obj = vfoAllocateProtocolObj(inst) => stdobj@0x148f5138 vfoSupportsConvertToPolygon?(obj inst) => t
Return to top