ExecutionSimulator.FillStopOnNext Property
Gets or sets a value indicating whether [fill stop on next].
public bool FillStopOnNext {get; set;}
This language is not supported or no code example is available.
public:
property bool FillStopOnNext {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public function get FillStopOnNext() : boolean;
public function set FillStopOnNext(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
true
if [fill stop on next]; otherwise, false
.
In this article
Definition