Dynamic Relaxation Clash Plugin

ControlViewModel..::..SelectionSetsInString Property

Gets or sets the selection sets in string.

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

Syntax


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

Field Value

The selection sets in string.