Informs the ConceptDraw Engine about the beginning of changing some properties of the shapes of the document.
Applies to: Document object
object.StartRebuild () |
The StartRebuild method syntax has these parts:
Part | Description |
object | Required. An expression that returns an instance of the Document object. |
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 |