Book a Demo

Author Topic: Method position  (Read 4246 times)

Marek

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Method position
« on: June 04, 2009, 02:03:06 am »
How to get method position? (something like IDualAttribute.Pos)
I see there is Pos field in the EA DB, but I cannot find it in the Method object (IDualMethod).

(I use EA ver. 4.10)

jkorman

  • EA User
  • **
  • Posts: 99
  • Karma: +0/-0
    • View Profile
Re: Method position
« Reply #1 on: June 04, 2009, 04:26:55 am »
See the following help

http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/method.html

Method exposes its Pos attribute the same as Attribute.

Jim

Marek

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Method position
« Reply #2 on: June 05, 2009, 05:03:49 pm »
Yes, I see it.
The Pos method is not in the TLB (in my version), but is accessible via IDispatch.

thank you