DataManipulator.FilterSetEmptyPoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a flag that indicates whether points filtered by the Filter or FilterTopN methods will be removed or marked as empty.
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
Property Value
true if filtered points will be marked as empty; false if they will be removed. The default value is false.