Enterprise Architect Code Generation

N

Nikolaus Hruska

has anyone experienced problems generating vb class libraries from Visio
Enterprise Architect UML Models?

the namespace imports statements are being generated after the namespace
declaration like so (similar to c# usage):



Namespace MyNamespace.MySubsystem



Imports System.ComponentModel



Public Class MyClass

Inherits Component



End Class



End Namespace




generating c# class libraries works fine.

--
Nikolaus R. Hruska
AASHTO Materials Reference Laboratory
National Institute of Standards and Technology
http://amrl.net
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top