RevitElementBipChecker Versions Save

Project Snoop Database Element Parameter Revit API

1.0.9

2 years ago

1.0.8

2 years ago

Fix Select Data Grid Filter

1.0.7

2 years ago
  • Support Installer From Revit 2019-2022

1.0.6

2 years ago

[x] Update Copy [x] Fix Assembly Version

1.0.5

2 years ago

Update DataGrid Fitler

2018-2021

3 years ago

1.0.3

3 years ago

Add Support Snoop Associated Global Parameter

1.0.2

3 years ago

Fix Value String Old

this.StringValue = (StorageType.ElementId == parameter.StorageType)
                ? parameter.GetParameterValue2(doc) : parameter.AsValueString();
           

New Fix

 this.StringValue = parameter.AsValueString() ?? "";

1.0.1

3 years ago

Add Support Export Data To Json

1.0.0

3 years ago