Page History
...
Returns a diagram, given the diagram's title. PARAMETERS: Identifier as String.
Property
...
Type
- Read-only property
Syntax
Code Block | ||
---|---|---|
| ||
Public Property DiagramItem (_ ByVal Identifier As Variant _ ) As Diagram |
Parameters
- Identifier
Example
...
...
language | vb |
---|
Dim
...
MyDiagram
...
As
...
Diagram
...
Set
...
MyDiagram
...
=
...
DiagramManager.DiagramItem("MyDiagram.DM1")
Info | ||
---|---|---|
| ||