Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns a diagram, given the diagram's title. PARAMETERS: Identifier as String.

Property

...

Type

  • Read-only property

Syntax

...

Code Block
languagevb
Public Property DiagramItem (_

...


   ByVal Identifier As Variant _
) As Diagram

Parameters

  • Identifier

Example

Dim MyDiagram As Diagram
Anchorwp999126wp999126 


Set MyDiagram = DiagramManager.DiagramItem("MyDiagram.DM1")  


Info
titleSee Also