Quick Links
C# Modeling and Exporting
In Astah Professional and Astah UML you can use the C# language setting in the Language tab of Class, Attribute, Operation Property View.
Export C# code from models.
(Go to [Tool] - [C#] - [Export C#] in the main menu)
[Example of exported code: Monitor.cs]
using Class;
namespace Class
{
public class Monitor
{
private boolean Threshold;
private Tracer tracer;
private LightSensor lightSensor;
public void isBlack()
{
}
public void isWhite()
{
}
}
}


![Subscribe to our blog! [Subscribe]](/resources/images/main/rss.png)
