- Contents
DesignerCOM API
II3IDParameters::AddInputCheckBox Method
Synopsis
Implements functionality defined in I3IDToolReg.h's I3IDAddToolInputCheckBox method.
IDL Function Prototype
HRESULT AddInputCheckBox(
[in, optional] BSTR UILabel,
[in, optional, defaultvalue(-1)] long Index,
[out, retval] II3IDParameter ** NewParm
);
C/C++ Syntax
HRESULT AddInputCheckBox(BSTR UILabel, long Index, II3IDParameter ** NewParm);
Parameters
- UILabel
-
The label for the checkbox.
- Index
-
Optional index number of this item in the collection.
- NewParm
-
The return value is an II3IDParameter object.