Message 1 of 4
link up to revit API

Not applicable
03-16-2006
12:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm trying to link up to the Revit 8.1 Api in a C# environment (express edition 2005).
Can anybody tell me wat's wrong with the following code:
using Autodesk.Revit;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Autodesk.Revit.Creation.Application revApp = new
Autodesk.Revit.Creation.Application();
}
}
}
thanks for any input,
ruben.
I'm trying to link up to the Revit 8.1 Api in a C# environment (express edition 2005).
Can anybody tell me wat's wrong with the following code:
using Autodesk.Revit;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Autodesk.Revit.Creation.Application revApp = new
Autodesk.Revit.Creation.Application();
}
}
}
thanks for any input,
ruben.