Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IOperationStatus

Last update: 16.07.2025

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

This interface is to represent the operation status.

public interface IOperationStatus

Extension Methods

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

Methods

CancelPickerFromRibbon(CancelRibbon)

Cancels the picker from ribbon.

void CancelPickerFromRibbon(CancelRibbon ribbonType)

Parameters

ribbonType CancelRibbon

Type of the ribbon.

CloseWindow()

Closes this window.

void CloseWindow()

DisableApplyAndReStart()

Disable the apply and restart button.

void DisableApplyAndReStart()

GetCurrentFilter()

Gets the current filter.

string GetCurrentFilter()

Returns

string

IsVisible()

Gets inform that this view is a visible.

bool IsVisible()

Returns

bool

OnCancel()

Called when [cancel].

void OnCancel()

OnViewHide()

Called when [view hide].

void OnViewHide()

OnViewShow()

Called when [view show].

void OnViewShow()

OperationCancel()

Operations the cancel.

void OperationCancel()

PickOperation(string, string)

Picks the operation.

void PickOperation(string ContentName, string strType)

Parameters

ContentName string

Name of the content.

strType string

Type of the string.

PickOperation(string, string, bool)

Picks the operation.

void PickOperation(string ContentName, string strType, bool bShowDialog)

Parameters

ContentName string

Name of the content.

strType string

Type of the string.

bShowDialog bool

if set to true [b show dialog].

PickOperation(string, string, string, bool)

Picks the operation.

void PickOperation(string ContentName, string strType, string strPreviousResult, bool bShowDialog)

Parameters

ContentName string

Name of the content.

strType string

Type of the string.

strPreviousResult string

The string previous result.

bShowDialog bool

if set to true [b show dialog].

SetCurrentOperation(string)

Sets the current operation.

void SetCurrentOperation(string strOpName)

Parameters

strOpName string

Name of the STR op.

Connect with Ansys