Dynamic Relaxation Clash Plugin

ControlViewModel..::..ShowFinalPath Property

Gets or sets a value indicating whether [show final path].

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

Syntax


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

Field Value

true if [show final path]; otherwise, false.