DataManipulator.FilterMatchedPoints 属性

定义

获取或设置一个值,该值确定是否筛选与此类的 Filter 方法参数中指定的条件匹配的点。

public:
 property bool FilterMatchedPoints { bool get(); void set(bool value); };
public bool FilterMatchedPoints { get; set; }
member this.FilterMatchedPoints : bool with get, set
Public Property FilterMatchedPoints As Boolean

属性值

Boolean

如果筛选匹配指定条件的点,则为 true;如果筛选与条件不匹配的点,则为 false。 默认值是 true

适用于