Author Topic: Generation of html Documentation through COM  (Read 6644 times)

Clay

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Generation of html Documentation through COM
« on: January 31, 2004, 07:21:38 am »
Is there any means of invoking EA's document generation functionality via the EA COM interface? I have not found any exposed methods.

I am trying to develop a C# application which builds a EA model and then generates a html document.
« Last Edit: January 31, 2004, 07:22:30 am by Clay »

Jon

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Generation of html Documentation through COM
« Reply #1 on: February 02, 2004, 02:10:05 am »
Yes, there is - you need "RunHTMLReport".  This is described in the EA help file in Automation and Scripting/The Automation Interface/Reference/Project Interface

Cheers
Jon