CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Revit C
C#
public class Command : IExternalCommand
{
    public IExternalCommand.Result Execute(ExternalCommandData commandData,
        ref string message, ElementSet elements)
    {
        System.Diagnostics.Debugger.Break();
        MessageBox.Show("test");
        return IExternalCommand.Result.Succeeded;
    }
}
by mikecvelide   September 23, 2009 @ 6:19am
214 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate