FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / StEyxFunctionInfo Class / AcceptsReferenceReturn Method


In This Topic
AcceptsReferenceReturn Method (StEyxFunctionInfo)
In This Topic
Determines whether the function able to return CalcReference values.
Syntax
'Declaration
 
Public Overridable Function AcceptsReferenceReturn() As Boolean
 
'Usage
 
Dim instance As StEyxFunctionInfo
Dim value As Boolean
 
value = instance.AcceptsReferenceReturn()

Return Value

True if function might return CalcReference values; false otherwise
See Also