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
C#
bool HasInput(
int id
)
VB
Function HasInput (
id As Integer
) As Boolean
C++
bool HasInput(
int id
)
F#
abstract HasInput :
id : int -> bool
- id
- Type: System.Int32
the integer identifier
Type: Boolean
true if defined
IBlastCompilationData Interface
HasInput Overload
NSS.Blast.Compiler Namespace