Eplan Platform API
Eplan.EplApi.RemoteServer Namespace / RemotingCallingContext Class / GetParameter Method
Paramter name (input parameter)
Parameter value (output parameter)

In This Topic
    GetParameter Method (RemotingCallingContext)
    In This Topic
    Syntax
    public void GetParameter( 
       string strParameterName,
       ref string strParameterValue
    )
    public:
    void GetParameter( 
       String^ strParameterName,
       String^% strParameterValue
    ) 

    Parameters

    strParameterName
    Paramter name (input parameter)
    strParameterValue
    Parameter value (output parameter)
    Remarks
    If the parameter exists, strParameterValue contains its value after executing this method. If the parameter is not found, strParameterValue is set to nullptr.
    See Also