Dynamic Relaxation Clash Plugin

ControlViewModel..::..ShowFinalPoints Property

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

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

Syntax


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

Field Value

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