Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremytammik/postaddincommand
Test programmatic posting of an external command defined by a custom Revit add-in.
https://github.com/jeremytammik/postaddincommand
Last synced: 2 months ago
JSON representation
Test programmatic posting of an external command defined by a custom Revit add-in.
- Host: GitHub
- URL: https://github.com/jeremytammik/postaddincommand
- Owner: jeremytammik
- License: mit
- Created: 2013-10-17T16:22:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T12:09:54.000Z (about 11 years ago)
- Last Synced: 2023-07-10T17:45:44.236Z (over 1 year ago)
- Language: C#
- Homepage: http://thebuildingcoder.typepad.com
- Size: 133 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PostAddinCommand
================Test programmatic posting of an external command
defined by a custom Revit add-in.There are two types of external commands:
- external tool commands, listed in the add-in manifest
and launched by selecting the entry added by Revit in
the Add-Ins > External Tools menu.- button commands launched by clicking a custom button
created by an external application.Both can be lauched programmatically using differnt
command name strings extracted from the journal file
after manually launching them.For more information, please refer to The Building Coder
http://thebuildingcoder.typepad.com