2.3 (Current)
Search
K
Links

FunctionExists(string)

Method in Library

Summary

Gets a value indicating whether this Library contains a function named name .
public bool FunctionExists(string name)

Parameters

Name
Description
string name
The name of the function to look for.

Returns

true if a function exists in this Library; false otherwise.