- Contents
DesignerCOM API
II3IDParameterDefinition::ParameterDefinitionType Property
get_ParameterDefinitionType
Returns what type of entity this parameter definition points to. You can use this information to get to the SourceTool or SourceInitiator for the definition.
IDL Function Prototype
HRESULT ParameterDefinitionType(
[out, retval] I3IDEntityType * ParmDefType
);
C/C++ Syntax
HRESULT get_ParameterDefinitionType( I3IDEntityType * ParmDefType);
Parameters
- ParmDefType
-
The return value is an II3IDEntityType object.