EndRebuild Method

Informs the ConceptDraw engine about the termination of modifying properties of the shapes of the document.

Applies to: Document object

Syntax

object.EndRebuild ()

The EndRebuild method syntax has these parts:

Part Description
object Required. An expression, that returns a Document object.

Remarks

Calling this method must be preceded by calling the StartRebuild method, which informs the ConceptDraw engine about the start of modifying properties of the shapes of the document. This scheme of modifying shape properties is used when it's necessary to modify several properties of the shapes without re-calculating properties after each change. The properties are re-calculated only once after the EndRebuild method has been called.

 

See Also

StartRebuild method, UpdateAllViews method