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 - vignesh

Pages: [1]
1
In our scenario classifier is component and its has child elements as ports.Here i need to sync the instance with the classifier.

Thanks in advance.

2
Hi all,

I have created add-in i got the control of both the instance and its classifier and got the elements in the classifier.Now i need to sync those element which are not present in instance.Could you please help me in this.

Thanks in advance.

3
How to fetch it?

Thanks in advance.

4
I need to get the name,type and etc from the newly created element in the EA_OnPostNewElement function is the possible??


Thanks in advance.

5
I have written the below mentioned code in EA_OnPostNewElement function and the error index out of range is prompted.

 ElementID = int.Parse(info.Get("ID").Value);
 DiagramID = int.Parse(info.Get("DiagramID").Value);
 

6
I am getting index out of range error  when i use the broadcast function as mentioned above.Is there any work around or direct solution for it?

Thanks in advance.

7
Thanks!!

Its really helpful..

I need to keep hold of the currently added element.Could you please help how to get it.


Thanks in Advance.

8
I have created an add-in and  added it to EA and its working fine and now i need to call the add-in when element is add or values of the element changed .If this is possible via trigger could you please give me a brief steps about how to do it.

Thanks in Advance.

9
General Board / Loading the project into EA using api
« on: June 16, 2016, 07:48:27 pm »
Hi All,
I need to load the project into project browser of EA using the API.Could you pls help to get that.

Thanks in advance.

10
General Board / Re: Creating new project
« on: May 30, 2016, 04:08:57 pm »
Hi,
I need to create a new project with a model and package should be created inside the model.

could you please explain the steps.

11
General Board / Re: Creating new project
« on: May 27, 2016, 12:51:10 pm »
Can you please clearly explain.

12
General Board / Creating new project
« on: May 24, 2016, 09:04:23 pm »
Hi,
I need to create a new project in a given location and inside that a new package should be created using the C# api could you please suggest me  some steps.

Thanks in Advance.

Pages: [1]