Revit 2013 Customization With ... — Instant Autodesk
Every external command needs a specific structure. Use this template:
: Use uiApp.ActiveUIDocument.Selection to interact with what the user clicks. Instant Autodesk Revit 2013 Customization with ...
: The primary way to "find" things in your model (like all Walls or Doors). Every external command needs a specific structure
: Learn to use get_Parameter() and Set() to read/write data. Instant Autodesk Revit 2013 Customization with ...