KitchenDraw SDK 2
Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX