StrategyComponent.SetStop Method

public Stop SetStop( 
double level
StopType type = StopType.Fixed, 
StopMode mode = StopMode.Absolute 
)
This language is not supported or no code example is available.
public:  
Stop^ SetStop( 
double level
StopType type
StopMode mode 
)
This language is not supported or no code example is available.
public function SetStop( 
level : double
type : StopType
mode : StopMode 
) : Stop;
This language is not supported or no code example is available.

Parameters

level
double

type
StopType

mode
StopMode

Return Value

Stop

In this article

Definition