7

I am drawing a Class diagram in Visio.
In the operations part of a class, I would like to show the parameters.

For example: doMethod(String hi): void.

But I don't know how to set the parameters.

Can anyone please suggest a way?

Dave
  • 25,513

1 Answers1

7

I assume you're using a UML diagram

Double click on the method you've created (called operation), select the operation in question then select properties from right side menu, from here you can add the paramaters.

enter image description here

Dave
  • 25,513