Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.42 KB

2a10b92f-dbfc-5c56-dbb7-b5e23dff9b79.md

File metadata and controls

54 lines (39 loc) · 1.42 KB

BlastScript.SetData Method (Int32, Object)

set data index from object

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

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 

Parameters

 

index
Type: System.Int32
set data at index
obj
Type: System.Object
the object to read the data from

Return Value

Type: BlastScript
[Missing documentation for "M:NSS.Blast.BlastScript.SetData(System.Int32,System.Object)"]

See Also

Reference

BlastScript Class
SetData Overload
NSS.Blast Namespace