Click or drag to resize

FilterExpressionOr(FilterExpression) Method

返回用户文档首页
逻辑或另一个过滤条件

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.16 (2025.0.9.16)
Syntax
C#
public FilterCollection Or(
	FilterExpression expr
)

Parameters

expr  FilterExpression
要组合的过滤条件

Return Value

FilterCollection
当前过滤条件与expr逻辑或后组成的表达式集合
See Also