Feedback

  • Contents
 

II3IDExitPath::ExitPathType Property

get_ExitPathType

Returns what type of entity the exit path is coming from. Call II3IDExitPath::SourceTool if the ExitPath is of type Tool. If the ExitPath is for a step, call II3IDExitPath::SourceStep.

IDL Function Prototype

HRESULT ExitPathType(

   [out, retval] I3IDEntityType * StepType

);

C/C++ Syntax

HRESULT get_ExitPathType( I3IDEntityType * StepType);

Parameters

StepType

An I3IDEntityType value that identifies the type of entity this exit path is coming from.