InfoFormAn
Displays graphics object information for a specified AN. This function displays each tag associated with the object, along with its raw and engineering values and a button that displays the details from the Variable Tags form. The function also displays the Cicode expression, with any result that the expression has generated.
Syntax
InfoFormAn(AN [, Mode] )
AN:
The AN of the graphics object for which information is displayed.
Mode:
For security purposes, the Write button on the information form displayed by this function can be disabled.
0 - The Write button on the displayed information form will be available and will function normally.
1 - The Write button will not be shown.
If you omit the mode, the default mode is 0.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
System Keyboard |
|
Key Sequence |
### AnHelp |
Command |
InfoFormAn(Arg1); |
Comment |
Display graphics object help for a specified AN |
See Also