- Contents
DesignerCOM API
II3IDTool::ParameterDefinitions Property
get_ParameterDefinitions
Returns the parameter definitions (meta data) associated with the tool. Calls to this property to retrieve parameter definitions for an internal intiator or internal tool will fail, rather than return an empty collection.
IDL Function Prototype
HRESULT ParameterDefinitions(
[out, retval] II3IDParameterDefinitions ** ParmList
);
C/C++ Syntax
HRESULT get_ParameterDefinitions(II3IDParameterDefinitions ** ParmList );
Parameters
- ParmList
-
The return value is an II3IDParameterDefinitions collection of parameter definition objects.