DataManipulator.FilterSetEmptyPoints プロパティ

定義

メソッドまたは メソッドでFilterFilterTopNフィルター処理されたポイントを削除するか、空としてマークするかを示すフラグを取得または設定します。

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

プロパティ値

フィルター処理されたポイントを空としてマークする場合は true。フィルター処理されたポイントを削除する場合は false。 既定値は false です。

適用対象