Click or drag to resize

FilterExpressionOr(FilterCollection) 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(
	FilterCollection exprs
)

Parameters

exprs  FilterCollection
要组合的过滤条件集合

Return Value

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