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 です。

適用対象