Dynamic Relaxation Clash Plugin

ControlViewModel..::..RunCancelOpimizationCmd Property

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

Syntax


public ICommand RunCancelOpimizationCmd { get; set; }
Public Property RunCancelOpimizationCmd As ICommand
	Get
	Set
public:
property ICommand^ RunCancelOpimizationCmd {
	ICommand^ get ();
	void set (ICommand^ value);
}