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