EbsOpen Class Library for EBSILON®Professional

EbsMatrix.getValueVariant Method 

[Visual Basic]
Public Function getValueVariant( _ 
   ByVal IndexX As Integer, _ 
   ByVal IndexY As Integer _ 
) As Object
[C#]
public object getValueVariant(
   int IndexX,
   int IndexY
);
[C++]
public: Object* getValueVariant(
   int IndexX,
   int IndexY
);
[JScript]
public function getValueVariant(
   int IndexX,
   int IndexY
): Object;

See Also

EbsMatrix Class | EbsOpen Namespace