winnwgomez
2007-08-29, 12:50 PM
Hi
i've been using Revit for a while, but am completely new to Revit API. i decided to look through the samples and the help available, but i have some problems. I hope someone can help me out!
for eg: i edited the revit.ini file to include the code from the sample ' all views' . i added it just as below.
[ExternalCommands]
ECCount=2
ECName1="Earth Connector"
ECDescription1="Avatech Earth Connector for Revit 2008"
ECClassName1="EarthConnector.Command"
ECAssembly1="C:\Program Files\Avatech Solutions\Earth Connector Revit\EarthConnector2008.dll"
[ExternalCommands]
ECCount= 1
ECName1= All Views
ECClassName1= Revit.SDK.Samples.AllViews.CS.Command
ECAssembly1= AllViews.dll
ECDescription1= A new sheet will be generated according to the views selected by the user.
One thing i noticed is there is no dll file in the folder all views. RAC opens up normally and does not show the all view command, but does show the erath connector command.
Can someone help me with what i am doing wrong?
thanks in advance!!
Winn
i've been using Revit for a while, but am completely new to Revit API. i decided to look through the samples and the help available, but i have some problems. I hope someone can help me out!
for eg: i edited the revit.ini file to include the code from the sample ' all views' . i added it just as below.
[ExternalCommands]
ECCount=2
ECName1="Earth Connector"
ECDescription1="Avatech Earth Connector for Revit 2008"
ECClassName1="EarthConnector.Command"
ECAssembly1="C:\Program Files\Avatech Solutions\Earth Connector Revit\EarthConnector2008.dll"
[ExternalCommands]
ECCount= 1
ECName1= All Views
ECClassName1= Revit.SDK.Samples.AllViews.CS.Command
ECAssembly1= AllViews.dll
ECDescription1= A new sheet will be generated according to the views selected by the user.
One thing i noticed is there is no dll file in the folder all views. RAC opens up normally and does not show the all view command, but does show the erath connector command.
Can someone help me with what i am doing wrong?
thanks in advance!!
Winn