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

속성 값

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

적용 대상