KitchenDraw SDK 2
Show / Hide Table of Contents

Method Rebuild

Rebuild()

Rebuilds the 2D and 3D representations of the object.

Declaration
public bool Rebuild()
Returns
Type Description
bool

true if rebuild went well, false otherwise.

Remarks

It must be used for example if you change the Reference of an object and if the new reference gets new 2D or 3D representation.

This method does not update the object prices. For that it is necessary to use the UpdatePrices() method.

In this article
Back to top Generated by DocFX