Dynamic Relaxation Clash Plugin

ControlViewModel..::..IsAxleInFront Property

Gets or sets a value indicating whether this instance is axle in front.

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

Syntax


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

Field Value

true if this instance is axle in front; otherwise, false.