- Contents
 
DesignerCOM API
II3IDExpression::IsVariable Property
get_IsVariable
This property returns True if this expression contains a variable.
IDL Function Prototype
HRESULT IsVariable(
[out, retval] VARIANT_BOOL * exprIsVariable
);
C/C++ Syntax
HRESULT get_IsVariable(VARIANT_BOOL * exprIsVariable);
Parameters
- exprIsVariable
 - 
 
True if the expression contains a variable; otherwise False.
 

 
			 