Dynamic Relaxation Clash Plugin

ControlViewModel..::..IsPathSet Property

Gets or sets a value indicating whether this instance is path set.

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

Syntax


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

Field Value

true if this instance is path set; otherwise, false.