Dynamic Relaxation Clash Plugin

ResultViewModel..::..VelocityCollection Property

Gets or sets the velocity collection.

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

Syntax


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

Field Value

The velocity collection.