Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,


I want to write the arguments inside the methods(operations) in UML class property

right now it is like this eg : SetExportProperties(): void

I want to make it like this SetExportProperties(ExcelBlocks). how to achieve this?

is there any options in property settings? when I tried to change I got the result

like this eg:SetExportProperties(ExcelBlocks)() : void !!! this looks bad, please

help me
Posted
Comments
Sergey Alexandrovich Kryukov 2-Sep-11 3:40am    
What API are you using?
--SA

It depends on the tool that you are using to generate these UML diagrams.
Check out the tools documentation or the help file - I'm sure you will get an answer.
 
Share this answer
 
Comments
Ajain A K 2-Sep-11 2:41am    
Hi Abhinav thanks for quick response sorry I forgot to mention the tool I used, it

Visio 2007 please help me to get the answer quickly.
Open class properties window, select operations tab, open method ("Properties" button or double click), select parameters tab, add arguments (come on, there's even a video of this on YouTube). Or, if you already have arguments added but cannot see them, right-click your class, select "Shape display options" and mark corresponding checkbox (cannot remember correctly which one, but there are not so many :) )
 
Share this answer
 
Comments
Ajain A K 2-Sep-11 3:51am    
Hei Timberbird,

Thanks a lot man cool!!! I saw the otions it is fine, appriciate you for the answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900