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
|