Dynamic Relaxation Clash Plugin

ControlViewModel..::..OptimizedPathCollection Property

Gets or sets the optimized path collection.

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

Syntax


public PointCollection OptimizedPathCollection { get; set; }
Public Property OptimizedPathCollection As PointCollection
	Get
	Set
public:
property PointCollection^ OptimizedPathCollection {
	PointCollection^ get ();
	void set (PointCollection^ value);
}

Field Value

The optimized path collection.