Page History
Description
Import a Data Dictionary from the given file. PARAMETERS: FileName (String).
Syntax
Code Block | ||
---|---|---|
| ||
Public Function ImportDictionary( _ BVal FileName As Variant _ ) |
Parameters
- FileName
Example
Code Block | ||
---|---|---|
| ||
Dim MyDiagram As Diagram Set MyDiagram = DiagramManager.ActiveDiagram MyDiagram.ImportDictionary("C:\Program Files\Idera\ERStudio\Model\demo.dm1") |
Info | ||
---|---|---|
| ||