Method SetFromString
SetFromString(string)
Restores the selection state of the scene from the given string (which should be previously obtained from GetAsString() method).
Declaration
public void SetFromString(string selectionList)
Parameters
Type | Name | Description |
---|---|---|
string | selectionList | Character string listing the identifiers of the objects to be selected separated by a comma. |