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

プロパティ値

true 指定された条件に一致するポイントがフィルター処理される場合。条件に一致しないポイントがフィルター処理される場合に false します。 既定値は true です。

適用対象