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

Compare with Current View Page History

Version 1 Next »

Description

GetDiagram from the Repo Server using the given Diagram Name. Return value is 1 if it succeeded else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer.

Syntax

Visual Basic

Public Function RepoGetDiagram( _
   ByVal [Name As Variant _
) As Variant

Parameters

Name

Example

Sub Main
Dim d As Diagram
 
DiagramManager.RepoGetDiagram("Pubs.dm1")
 
Debug.Print(DiagramManager.GetLastErrorString())
End Sub

See Also

Application Collection

  • No labels