Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mateus Dalepiane

Pages: [1]
1
Thank you very much!
I had no idea of this possibility.
Now I am able to retrieve all information I need.

2
The code you posted seems like an SQL query, but the interface I am using doesn't look like that.
I am using Interop.EA.dll to access data within C#.

Can you explain it a little better?

3
First of all, thanks for your reply.

Currently I am able to get the Element object that represents the Trigger.
What I am unable to do is to extract the data I need from this Element object. That would be the Trigger Type and Trigger Specification.

Anyway to get this from an Element?

4
Hello,

I am writing a plugin for EA and I need to retrieve information from Triggers inside a State Machine.

Looping through Elements > States > Connectors, I am able to retrieve a string with the Triggers names. But I need more information, specifically, the Trigger Type and Trigger Specification.

Looping through Elements from the State Machine I am able to find Elements with Type == Trigger, but I don't know how to retrieve the data I need from them.

I just can't find any object on the Automation Interface that can supply me this data.

Does anyone know a way to do this?

Pages: [1]