KitchenDraw SDK 2
Show / Hide Table of Contents

Method Renumber

Renumber(IEnumerable<Object>, int, bool)

Numbers given objects of the scene starting from given number.

Declaration
public void Renumber(IEnumerable<Scene.Object> objects, int startingNumber, bool removePreviousNumbering)
Parameters
Type Name Description
IEnumerable<Scene.Object> objects

Objects to number.

int startingNumber

First number to use.

bool removePreviousNumbering

Indicates whether the numbering should be preceded by the deletion of the "numbered" status of all the objects in the scene. Thus, if true, the given objects will be the only numbered objects in the scene.

In this article
Back to top Generated by DocFX