Search
FlowChart.ShapeNotDefined Event
See Also
 



Raised when the diagram being loaded contains an undefined shape.

 Syntax

VB6  Copy Code

Public Event ShapeNotDefined

 Event Data

Parameter

Type

Description

ShapeID

[input] string

An identifier of a ShapeTemplate.

Dispatch ID: 77

 Remarks

Can occur while loading a diagram if a node in that diagram uses undefined ShapeTemplate. That allows defining ShapeTemplate instances on demand, reducing the loading time and memory footprint of your application. That would be useful if your application uses hundreds or thousands of shapes; if the figure stays at tens, it would be simpler and faster just to define them at application startup.

 See Also