Format:
Recent snippets matching tags of Revit 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; } }
214 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
