using Autodesk.Revit.Attributes; using Nice3point.Revit.Toolkit.External; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ShrlAlgo.RvKits.RvCommon; [Transaction(TransactionMode.Manual)] [Regeneration(RegenerationOption.Manual)] internal class QuickSelectionCmd : ExternalCommand { public override void Execute() { throw new NotImplementedException(); } }