KitchenDraw SDK 2
Show / Hide Table of Contents

Method SetFromCollection

SetFromCollection(IEnumerable<Object>)

Resets selected objects list to a given collection.

Declaration
public void SetFromCollection(IEnumerable<Scene.Object> objects)
Parameters
Type Name Description
IEnumerable<Scene.Object> objects

A collection of objects to be selected. All the other objects will be deselected.

In this article
Back to top Generated by DocFX