Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.16 KB

b02ca5ec-8579-dd54-dbf0-acb2764d1b47.md

File metadata and controls

49 lines (34 loc) · 1.16 KB

IBlastCompilationData.HasInput Method (Int32)

check if there is an input defined by the script with the given id

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

Syntax

C#

bool HasInput(
	int id
)

VB

Function HasInput ( 
	id As Integer
) As Boolean

C++

bool HasInput(
	int id
)

F#

abstract HasInput : 
        id : int -> bool 

Parameters

 

id
Type: System.Int32
the integer identifier

Return Value

Type: Boolean
true if defined

See Also

Reference

IBlastCompilationData Interface
HasInput Overload
NSS.Blast.Compiler Namespace