StartRebuild Method

Informs the ConceptDraw Engine about the beginning of changing some properties of the shapes of the document.

Applies to: Document object

Syntax

object.StartRebuild ()

The StartRebuild method syntax has these parts:

Part Description
object Required. An expression that returns an instance of the Document object.

Remarks

In order to inform the ConceptDraw application about the end of changing groups of properties of the shapes, and re-calculate all modified properties, use the EndRebuild method. Such scheme of changing shape properties applies when you need to change several properties of shapes without re-calculating all dependent properties after each change. In this case all properties are re-calculated just once on calling the EndRebuild method.

 

See Also

EndRebuild method, UpdateAllViews method