共用方式為


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

適用於