Book a Demo

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

Pages: [1]
1
Automation Interface, Add-Ins and Tools / To insert a Symbol in EA Diagram
« on: September 30, 2006, 05:05:46 am »
Hi,

I am creating diagrams in EA hierarchy by C#.
i am using following command for it :

p.Element.Diagrams.AddNew("ZABBAR","Use Case");
p.Element.Diagrams.Refresh();
p.Update();

where p is package reference where we want to add diagram

But after ruuning this code no diagram is created

Help .....

2
Hi  

When i am selecting any element in project browser  then how should i know it's parent as well as it's child information.I am trying to find the type whether it is package ,element or diagram using selected object's (in project explorer)parentid.

Can anyone help me in finding out this problem.
 
Tauseef  
Software Engineer

3
Hi

I am trying to find the "filename" of Package's  property option from project Browser  through the right click but I am not able to read the name of file using C#.

Can anyone help me in finding out the filename which is associated with  a package.

Tauseef
Software Engineer

4
Automation Interface, Add-Ins and Tools / Find Tagged value of EA Package
« on: September 13, 2006, 04:26:55 am »
Hi

For last few days I have been working on EA.

I am trying to find the "tagged value" of Package from project Browser either through the right click or from the menu option "Element" but I am not able to read. Although I am able to read the "Tagged Value" of an element from the Diagram view. But in the case of Package the Menu option is not active.

If it is not possible to read the Tagged Value of a Package then is it possible to create custom tagged value for a package.

Can anyone help me in finding out the tagged value of a package.

Touseef
Software Engineer
   

Pages: [1]