Dynamic Relaxation Clash Plugin

ControlViewModel..::..RunDynamicMovementCmd Property

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

Syntax


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