Releases: chuongmep/RevitElementBipChecker
Releases · chuongmep/RevitElementBipChecker
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
RevitElementBipChecker_1.0.4
2018-2021 Add Parameter Type
RevitElementBipChecker_1.0.3
Add Support Snoop Associated Global Parameter
RevitBipChecker_1.0.2
Fix Value String
Old
this.StringValue = (StorageType.ElementId == parameter.StorageType)
? parameter.GetParameterValue2(doc) : parameter.AsValueString();
New Fix
this.StringValue = parameter.AsValueString() ?? "";
RevitBipChecker_1.0.1
Add Support Export Data To Json