- Contents
DesignerCOM API
II3IDParameter::ExpressionIsVariable Property
get_ExpressionIsVariable
Indicates whether or not the expression contained in this parameter is a variable.
IDL Function Prototype
HRESULT ExpressionIsVariable(
[out, retval] VARIANT_BOOL * exprIsVariable
);
C/C++ Syntax
HRESULT get_ExpressionIsVariable(VARIANT_BOOL * exprIsVariable);
Parameters
- exprIsVariable
-
Returns True if the expression is a variable; otherwise False.