I'm a Newbie with a Question

bmwm3owner
Advocate
Advocate

I'm a Newbie with a Question

bmwm3owner
Advocate
Advocate
Hello. So I am not a programmer at all but will start learning. I went to the AUGI and found a nice little app that will count objects. I somehow managed to get it into my Revit.ini file and get it to work, but I have a couple of questions.

1. It shows up under a menu called MyCommands. Is there s way I can change that menu name? I found this name in the .ini file and some of the command files, so I changed the MyCommands name to what I wanted it to be, but it still showed up under the menu heading of MyCommands (I did restart Revit to verify)
2. I already have an External Command called Earth Connector installed. How can I move this to my personal commands?

I may need to see an example of some of the .ini code to understand this.

Thanks for everything. These forums are great!
Sash
0 Likes
Reply
163 Views
1 Reply
Reply (1)

Anonymous
Not applicable
You will not be able to edit the location or name of the tool, unless
you have access to the uncompiled source code. The DLL files Revit
references in the ini file are compiled using Microsoft Visual Studio
.NET tools. I am fairly certain that the Earth Connector is not
available for public modification of the source. There is a room count
tool available in the Revit 2008 SDK, (not sure if this is the same one
you downloaded) which you could make the desired modifications you speak
of and recompile. The API toolkit is available for download - here:
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=2484975

--
Sean D Burke, Assoc AIA
Technical Consultant
Autodesk Consulting - Building Solutions
visit - www.autodesk.com/consulting

sashk wrote:
> Hello. So I am not a programmer at all but will start learning. I went to the AUGI and found a nice little app that will count objects. I somehow managed to get it into my Revit.ini file and get it to work, but I have a couple of questions.
>
> 1. It shows up under a menu called MyCommands. Is there s way I can change that menu name? I found this name in the .ini file and some of the command files, so I changed the MyCommands name to what I wanted it to be, but it still showed up under the menu heading of MyCommands (I did restart Revit to verify)
> 2. I already have an External Command called Earth Connector installed. How can I move this to my personal commands?
>
> I may need to see an example of some of the .ini code to understand this.
>
> Thanks for everything. These forums are great!
> Sash
0 Likes