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

Compare with Current View Page History

« Previous Version 2 Current »

Description

Import a Data Dictionary from the given file. PARAMETERS: FileName (String).

Syntax

Public Function ImportDictionary( _
   BVal FileName As Variant _
)

Parameters

  • FileName

Example

Dim MyDiagram As Diagram 
  
Set MyDiagram = DiagramManager.ActiveDiagram 
MyDiagram.ImportDictionary("C:\Program Files\Idera\ERStudio\Model\demo.dm1") 



  • No labels