ControlViewModel..::..PhaseTwoResultCollection Property
Gets or sets the phase two result collection.
Namespace:
DynamicRelaxationClashVerification.ViewModelsAssembly: 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); }