Dynamic Relaxation Clash Plugin

ControlViewModel..::..PhaseTwoResultCollection Property

Gets or sets the phase two result collection.

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

Syntax


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

Field Value

The phase two result collection.