EbsOpen Class Library for EBSILON®Professional

FluidAnalysis.SetAllFractions Method 

[Visual Basic]
Public Sub SetAllFractions( _ 
   ByVal Fractions As Object _ 
)
[C#]
public void SetAllFractions(
   object Fractions
);
[C++]
public: void SetAllFractions(
   Object* Fractions
);
[JScript]
public function SetAllFractions(
   Object Fractions
);

Remarks

sets (n,2)-matrix of VARIANTS; each row must contain a pair of VARIANTS where the first specifies the Substance from the EpSusbtance-enumeration and the second the fraction according to the composition specified by the parameter 'CompositionDefinedBy'

See Also

FluidAnalysis Class | EbsOpen Namespace