vfoSupportsRotation
vfoSupportsRotation(
d_instId
)
=> t / nil
Description
Checks of the Pcell instance supports rotation.
Arguments
|
The instance ID on which the operation is invoked. The Pcell instance ID of |
Value Returned
|
The |
Example
protocolObj = vfoAllocateProtoclObj(instId)
retVal = vfoSupportsRotation(protocolObj instId)
if(retVal
printf("instance supports rotation")
printf("instance does not supports rotation")
)
Return to top