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

属性值

Boolean

如果将筛选的点标记为空,则为 true;如果将其移除,则为 false。 默认值是 false

适用于