ICapeThermoMaterialObjectGetIndependentVar Method

Get the independent variable for the state

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(10)]
Object GetIndependentVar(
	Object indVars
)

Parameters

indVars  Object
Independent variables to be set (see names for state variables for list of valid variables). A System.Object containing a String array marshalled from a COM Object.

Return Value

Object
Values of independent variables. An array of doubles as a System.Object, which is marshalled as a Object COM-based CAPE-OPEN.

Remarks

Sets the independent variable for a given Material Object.

See Also