4D View v16PV GET COMMAND STATUS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v16
PV GET COMMAND STATUS
|
PV GET COMMAND STATUS ( area ; command ; status ; checkbox ; name ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D View area | |||||
command | Longint |
![]() |
Command number | |||||
status | Integer |
![]() |
0 = Disable; 1 = Enable | |||||
checkbox | Integer |
![]() |
0 = Un-checked; 1 = Checked | |||||
name | String |
![]() |
Command name | |||||
The PV GET COMMAND STATUS command gets the status, checkbox and name of the 4D View command name defined by command.
The command parameter corresponds to the number of the command whose information is desired. To define this parameter, use the PV Commands theme constants.
The status parameter returns the state of the command that will have either a value of 0 if the command is disabled or 1 if it is enabled.
The checkbox parameter indicates if the command is checked (value 1) or not (value 0).
The name parameter contains the label of the command.
See the example for the PV EXECUTE COMMAND command.
Product: 4D View
Theme: PV Area
Number:
15987
Created: 4D View 6.8
4D View Language ( 4D View v16)