EbsOpen Class Library for EBSILON®Professional

ThermoliquidExtension.H Property

[C#] In C#, this property is the indexer for the ThermoliquidExtension class.

[Visual Basic]
Public Default Property H( _ 
   ByVal Index As EpThermoLiquidArrayCoefficient _ 
) As Double
[C#]
public double this[
   EpThermoLiquidArrayCoefficient Index
] { get; set; }
[C++]
public: __property double get_H(
   EpThermoLiquidArrayCoefficient Index
);
public: __property void set_H(
   EpThermoLiquidArrayCoefficient Index,
   double newValue
);
[JScript]
returnValue = ThermoliquidExtensionObject.Item( Index );
ThermoliquidExtensionObject.Item( Index ) = newValue;
-or-
returnValue = ThermoliquidExtensionObject( Index );
ThermoliquidExtensionObject( Index ) = newValue;

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

ThermoliquidExtension Class | EbsOpen Namespace