Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class FilterArgs

Last update: 16.07.2025

Namespace: VM.Managed.Picker.Core
Assembly: VMAppCore.dll

This class is to represent the custom filter's data.

public class FilterArgs : EventArgs

Inheritance

objectEventArgsFilterArgs

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

FilterArgs(FilteringTarget)

Initializes a new instance of the class

public FilterArgs(FilteringTarget target)

Parameters

target FilteringTarget

Properties

OK

Gets the result of filter.

public bool OK { get; }

Property Value

bool

Target

Gets the target for filtering.

public FilteringTarget Target { get; }

Property Value

FilteringTarget

Methods

SetReject()

Sets the result to reject.

public void SetReject()

Connect with Ansys