CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2005
    Posts
    74

    How to make UML class diagram by C# Code

    Hi, I'm a novice in C# and have no drawing coding. I'd like to know which drawing function makes a UML class. pls help me.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to make UML class diagram by C# Code

    Your question isn't clear. Are you talking about from within the IDE?

    If so, right click on Solution Explorer and choose 'Add\New Item'.

    When the 'Add New Item' dialog opens, click on the Visual C# node.

    Choose 'Class Diagram' and press 'Add'.

  3. #3
    Join Date
    Jan 2005
    Posts
    74

    Re: How to make UML class diagram by C# Code

    sorry. I mean I want to make a UML class diagram tool developed by C#. Should i try with any Rectangle Function? but not know well it. how to search?
    Last edited by soclose; September 23rd, 2008 at 01:04 AM.

  4. #4
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: How to make UML class diagram by C# Code


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured