ResultViewModel..::..ForceCollection Property
Gets or sets the force collection.
Namespace:
DynamicRelaxationClashVerification.ViewModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
Syntax
public ObservableCollection<Point2D> ForceCollection { get; set; }
Public Property ForceCollection As ObservableCollection(Of Point2D) Get Set
public: property ObservableCollection<Point2D^>^ ForceCollection { ObservableCollection<Point2D^>^ get (); void set (ObservableCollection<Point2D^>^ value); }