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

속성 값

Boolean

지정된 조건과 일치하는 요소가 필터링되면 true이고, 조건과 일치하지 않은 요소가 필터링되면 false입니다. 기본값은 true입니다.

적용 대상