Dynamic Relaxation Clash Plugin

ControlViewModel..::..PhaseOneResultCollection Property

Gets or sets the phase one result collection.

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

Syntax


public ObservableCollection<Clash3D> PhaseOneResultCollection { get; set; }
Public Property PhaseOneResultCollection As ObservableCollection(Of Clash3D)
	Get
	Set
public:
property ObservableCollection<Clash3D^>^ PhaseOneResultCollection {
	ObservableCollection<Clash3D^>^ get ();
	void set (ObservableCollection<Clash3D^>^ value);
}

Field Value

The phase one result collection.