Dynamic Relaxation Clash Plugin

ResultViewModel..::..ForceCollection Property

Gets or sets the force collection.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  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);
}

Field Value

The force collection.