Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.15 KB

ab83896e-136a-b391-eee0-94530008579c.md

File metadata and controls

47 lines (33 loc) · 1.15 KB

BlastInterpretor.SetPackage Method (BlastPackageData)

we might need to know if we need to copy back data (or we use a dummy)

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

Syntax

C#

public void SetPackage(
	BlastPackageData pkg
)

VB

Public Sub SetPackage ( 
	pkg As BlastPackageData
)

C++

public:
void SetPackage(
	BlastPackageData pkg
)

F#

member SetPackage : 
        pkg : BlastPackageData -> unit 

Parameters

 

pkg
Type: NSS.Blast.BlastPackageData
[Missing documentation for "M:NSS.Blast.Interpretor.BlastInterpretor.SetPackage(NSS.Blast.BlastPackageData)"]

See Also

Reference

BlastInterpretor Structure
SetPackage Overload
NSS.Blast.Interpretor Namespace