GetOutputParameter
Gets the string output generated by the last run command. Returns null if no output was generated. This function requires a string parameter which identifies the name of the output component in MapForce.
Signature
GetOutputParameter(in bstrName:String) -> String  | 
Generic signature
string GetOutputParameter(string bstrName)  | 
C#
HRESULT GetOutputParameter([in] BSTR bstrName, [out, retval] BSTR* pbstrValue );  | 
C++
Function GetOutputParameter(bstrName As String) As String  | 
VB.NET
Parameters
Name  | Type  | Description  | 
|---|---|---|
bstrName  | String  | Specifies the name of the output component as it appears in MapForce. This name is displayed in the title bar of each component on the mapping (or when you right-click the component header, and select Properties).  |