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

适用于