Dynamic Relaxation Clash Plugin

ControlViewModel..::..AddViewPointCmd Property

Gets the add view point command.

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

Syntax


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

Field Value

The add view point command.