GetNullableDoubleArrayValue method

Gets an array of double values from this WSResult.

Syntax
Visual Basic
Public Function GetNullableDoubleArrayValue( _
   ByVal elementName As String _
) As iAnywhere.QAnywhere.WS.NullableDouble()
C#
public iAnywhere.QAnywhere.WS.Nullabledouble[] GetNullableDoubleArrayValue(
   string  elementName
);
Parameters
  • elementName   The element name in the WSDL document of this value.

Return value

The value.

Exceptions