Skip to main content

ModelCenter APIs 2025 R2

Interface TradeStudyPlugIn::ITradeStudy3JobInfo

Last update: 16.07.2025

Definition: ModelCenter/src/InterfaceDLL\_TradeStudyPlugIn/TradeStudyPlugIn.odl (line 193)

Members

Properties

Property numRuns

Definition: ModelCenter/src/InterfaceDLL\_TradeStudyPlugIn/TradeStudyPlugIn.odl (line 201)

TradeStudyPlugIn::ITradeStudy3JobInfo::numRuns

Get the number of runs.

Return type:

Property numVariables

Definition: ModelCenter/src/InterfaceDLL\_TradeStudyPlugIn/TradeStudyPlugIn.odl (line 206)

TradeStudyPlugIn::ITradeStudy3JobInfo::numVariables

Get the number of inputs.

Return type:

Public functions

Function getVariableEquation

BSTR TradeStudyPlugIn::ITradeStudy3JobInfo::getVariableEquation(long index)

Get the equation for the variable at the specified index.

Parameters:

  • index: The index.

Returns:

The equation.

Parameters:

  • long index

Return type: BSTR

Function getVariableDisplayName

BSTR TradeStudyPlugIn::ITradeStudy3JobInfo::getVariableDisplayName(long index)

Get the unique display name of a variable.

Parameters:

  • index: The index.

Returns:

The display name.

Parameters:

  • long index

Return type: BSTR

Function isDesignVariable

boolean TradeStudyPlugIn::ITradeStudy3JobInfo::isDesignVariable(VARIANT which)

Get the type associated with the specified variable.

Parameters:

  • which: The name or index of the variable.

Returns:

The variable type.

Parameters:

  • VARIANT which

Return type: boolean

Function isInput

boolean TradeStudyPlugIn::ITradeStudy3JobInfo::isInput(VARIANT which)

Get the type associated with the specified variable.

Parameters:

  • which: The name or index of the variable.

Returns:

The variable type.

Parameters:

  • VARIANT which

Return type: boolean

Connect with Ansys