Raised when the diagram being loaded contains an undefined shape.
SyntaxVB6
Copy Code
|
|---|
Public Event ShapeNotDefined |
Event DataParameter | Type | Description |
|---|---|---|
ShapeID | [input] string | An identifier of a ShapeTemplate. |
Dispatch ID: 77
RemarksCan 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