Versions Compared

Key

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

Description

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

Syntax

...

Code Block
languagevb
Public Function RepoGetDiagram(_

...

 
   ByVal Name As Variant _
) As Variant

Parameters

  • Name

Example

...

Code Block

...

language

...

vb
Sub Main
Dim d As Diagram
  

...

DiagramManager.RepoGetDiagram("Pubs.dm1")

...


  
Debug.Print(DiagramManager.GetLastErrorString())
End Sub

...

Info
title

...

See Also