You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

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

Property type

Read-only property

Syntax

Visual Basic

Public Property DiagramItem( _
   ByVal [Identifier As Variant _
) As Diagram

Parameters

Identifier

Example

Dim MyDiagram As Diagram
 
Set MyDiagram = DiagramManager.DiagramItem("MyDiagram.DM1")
 

See Also

Application Collection

  • No labels