Dynamic Relaxation Clash Plugin

DynamicClashTest..::..IsClashes Property

Gets or sets a value indicating whether this instance is clashes.

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

Syntax


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

Field Value

true if this instance is clashes; otherwise, false.