ControlViewModel..::..OptimizedPathCollection Property
Gets or sets the optimized path collection.
Namespace:
DynamicRelaxationClashVerification.ViewModelsAssembly: 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); }