Versions Compared

Key

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

...

Imports the given, complete file path of the .erx file, and then opens a new diagram for the imported .erx file. PARAMETERS: FullFilePath as String.

...

Code Block
languagevb
Public Function ImportERXFile( _
   ByVal [FullFilePath As Variant _
) As Diagram

Parameters

  • FullFilePath


Info
titleSee Also

...