EbsOpen Class Library for EBSILON®Professional

EbsMatrix.setValueAgnostic Method 

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

See Also

EbsMatrix Class | EbsOpen Namespace