Skip to content

A suite of tools for aiding in the development of Revit plugins

License

Notifications You must be signed in to change notification settings

klhengineers/RevitDeveloperTools

Repository files navigation

KLH Revit Developer Tools

Build status

KLHSnoop

Look at the object properties of elements.

Usage

Create a wrapping plugin and call the form like

Dim form As New DeveloperTools.KLHSnoop(commandData.Application.ActiveUIDocument)
form.Show()

or

var form = new DeveloperTools.KLHSnoop(commandData.Application.ActiveUIDocument);
form.Show();

Features

Screenshot

KLH Snoop offers a number of features that its inspiration, RevitLookup, doesn't have.

Feature RevitLookup KLH Snoop
Language C# VB.NET
UI Framework WinForms WPF
Dialog Type Modal Modeless
Ready to run ℹ️ ✔️
Snoop Revit Elements ✔️ ✔️
Snoop .NET Objects ℹ️ ✔️
See members of an IEnumerable ℹ️ ✔️ ✔️
Type Highlighting ℹ️ ✔️ ✔️
Send to new window ℹ️ ✔️ ✔️
Property Grouping ℹ️ ✔️ ✔️
Selection Parity ℹ️ ✔️
Lazy Loading ℹ️ ✔️
Copy Value ℹ️ ✔️
Add Elements By Ids ℹ️ ✔️
Zoom ℹ️ ✔️
Pass in custom arguments ℹ️ ✔️
View Automation Tree ℹ️ ✔️

About

A suite of tools for aiding in the development of Revit plugins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published