Description Retrieves the data from a specific Analysis Surface in the associated FRED document.
Syntax success = GetAnalysisSurf ( n, data )
Parameters success (Boolean) True if the function succeeded, False otherwise.
n As Long Node number of the Analysis Surface.
data As T_ANALYSISSURF Structure containing the data from the Analysis Surface.
Remarks This function retrieves the data from a specific Analysis Surface in the associated FRED document. If there is a problem, the function sets an error, returns, and does not modify data.
See Also Examples
|