Feedback

  • Contents
 

II3IDStep::StepType Property

get_StepType

Returns the step type (Tool, Subroutine, Initiator, etc.) of this step. If the step type is a Tool, you can call get_SourceTool to retrieve the tool object that created this tool step.  Similar handling can be used for Initiators and Subroutines.

IDL Function Prototype

HRESULT StepType(

   [out, retval] I3IDEntityType * StepEntityType

);

C/C++ Syntax

HRESULT get_StepType(I3IDEntityType * StepEntityType);

Parameters

StepEntityType

An I3IDEntityType value is returned.