Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I Do Extract descriptions from use cases in use case diagrams?

0
Posted

How do I Do Extract descriptions from use cases in use case diagrams?

0

WithClass 99 adds a bunch of new diagrams where you can access components in the diagram using vba collections. Below is an example for looping through use cases and printing out descriptions in a message box Dim Diagram As With_Class.UseCaseDiagram Dim MyCases As With_Class.WCCollection Dim MyCase As With_Class.Shape Set wcDocument = With_Class.ActiveDocument Set Diagram = wcDocument.UseCaseDiagrams.Item(1) Set MyCases = Diagram.Cases MyCases.Restart While (MyCases.IsLast = False) Set MyCase = MyCases.GetNext MsgBox (MyCase.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123