XfmeaFunction Constructors
Jump to navigation
Jump to search
Member of: SynthesisAPI.XfmeaFunction
A parameterized constructor for the XfmeaFunction class. (.NET only)
Syntax
XfmeaFunction(FunctionDsc)
Parameters
FunctionDsc
- Required. String. The function description.
Example
VB.NET 'The following code creates a new function with a pre-defined description. Dim MyFunction As New XfmeaFunction("Provides fire detection signal.")