Dynamic Relaxation Clash Plugin

ControlViewModel..::..IsAxleInRear Property

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

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

Syntax


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

Field Value

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