EbsOpen Class Library for EBSILON®Professional

UniversalFluidSubstances.SetAllFractions Method 

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

Remarks

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

See Also

UniversalFluidSubstances Class | EbsOpen Namespace