Dynamic Relaxation Clash Plugin

DynamicRelaxationSolver..::..StopProgress Property

Gets or sets a value indicating whether [stop progress].

Namespace:  DynamicRelaxationClashVerification.Models
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


public bool StopProgress { get; set; }
Public Property StopProgress As Boolean
	Get
	Set
public:
property bool^ StopProgress {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [stop progress]; otherwise, false.