- Contents
DesignerCOM API
II3IDVariables::AddNativeTypeVariable Method
Synopsis
Adds a native typed variable to the variables collection.
IDL Function Prototype
HRESULT AddNativeTypeVariable(
[in] BSTR NewVariableName,
[in] I3IDNativeDataType VariableType,
[out, retval] II3IDVariable ** TheVariable
);
C/C++ Syntax
HRESULT AddNativeTypeVariable(BSTR NewVariableName, I3IDNativeDataType VariableType, II3IDVariable ** TheVariable);
Parameters
- NewVariableName
-
The name of the new variable.
- VariableType
-
The new variable's data type.
- TheVariable
-
The return value is an II3IDVariable variable object.