lookup the id and check if it exists
Namespace: NSS.Blast.Register
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public static bool Exists(
int id
)
VB
Public Shared Function Exists (
id As Integer
) As Boolean
C++
public:
static bool Exists(
int id
)
F#
static member Exists :
id : int -> bool
- id
- Type: System.Int32
the unique scriptid to search for
Type: Boolean
true if found, false otherwise
BlastScriptRegistry Class
Exists Overload
NSS.Blast.Register Namespace