set data index from object
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public BlastScript SetData(
int index,
Object obj
)
VB
Public Function SetData (
index As Integer,
obj As Object
) As BlastScript
C++
public:
BlastScript^ SetData(
int index,
Object^ obj
)
F#
member SetData :
index : int *
obj : Object -> BlastScript
- index
- Type: System.Int32
set data at index - obj
- Type: System.Object
the object to read the data from
Type: BlastScript
[Missing documentation for "M:NSS.Blast.BlastScript.SetData(System.Int32,System.Object)"]