Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface IPickerUI

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll

This interface is to represent the picker UI

public interface IPickerUI

Extension Methods

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

Methods

CloseWindow()

Closes this window.

void CloseWindow()

GetPickerUI(string, bool)

Gets the picker UI.

UserControl GetPickerUI(string strInformation, bool bUseAutoPick)

Parameters

strInformation string

The STR information.

bUseAutoPick bool

if set to true [b use auto pick].

Returns

UserControl

OnCancel()

Called when [cancel].

void OnCancel()

OnViewHide()

Called when [view hide].

void OnViewHide()

OnViewShow()

Called when [view show].

void OnViewShow()

SetTitleName(string)

Sets the name of the title.

void SetTitleName(string strName)

Parameters

strName string

The name.

UpdateWindow()

Updates the window.

void UpdateWindow()

Connect with Ansys