Book a Demo

Author Topic: AI Add-In Method for starting property window  (Read 3571 times)

ulb

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
AI Add-In Method for starting property window
« on: September 18, 2004, 09:33:48 pm »
Hi  :)

It would be great for me if there is an Add-In method fired when the user opens the property window.

This method should have the following signature:

EA_PropertyOpen(Repository As EA.Repository, ElementId as Integer) As Boolean;

ElementId --> selected Element.

Return value:
True: --> I handled showing a property window
False: --> no window was shown. Pleas open standard property window of EA.

So I can implement a property window of my own.

That would be great.

Thanx in advance.

Ueli Brawand
Switzerland