<Code Lib>
2021 Class
Changes 0
C

FilterStringRuleEvaluator

Description:
Base for all classes that compare string values from Revit to a user-supplied filter value

public class FilterStringRuleEvaluator : IDisposable

Name Return Type Description
M Dispose() None Releases all resources used by the
M Evaluate(String, String, Boolean) bool Derived classes override this method to implement the test that determines whether the two given string values satisfy the desired condition or not.

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…