Sets the Hidden when argument on the Appearance | Visibility tab of the Object Properties dialog.
Syntax
PropertyVisibility(Text)
Text:
The argument string.
Return Value
If retrieving the current setting, the argument string. If enabling or disabling the option, 0 (zero) if successful. In both cases, an error is returned if unsuccessful.
Note: For details on handling return and error values, see Error Handling.
Note: This function is implemented in the C++ environment as two separate functions: put_PropertyVisibility
enables or disables this option, and get_PropertyVisiblity
retrieves the current option setting.
Published June 2018