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