Dynamic Relaxation Clash Plugin

CallBackGeomListener..::..IsPath Property

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

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

Syntax


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

Field Value

true if this instance is path; otherwise, false.