Description | ||||||||||||||
Determines whether the parameter is inactive.
NOTE: Currently supports only symbol instance annotation element parameters. returns PRO_B_TRUE if parameter is inactive due to current customization of symbol. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProParameter.h> | ||||||||||||||
ProError | ProParameterIsInactive | ( | ||||||||||||
ProParameter* param | ||||||||||||||
/* (In) | ||||||||||||||
The handle to the parameter to query. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean* is_inactive | ||||||||||||||
/* (Out) | ||||||||||||||
This is PRO_B_TRUE if the specified parameter is inactive. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|