Eplan Platform API
Eplan.EplApi.RemoteServer Namespace / RemotingCallingContext Class / GetParameter Method
Paramter name
Parameter value as return value

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

Parameters

strParameterName
Paramter name
strParameterValue
Parameter value as return value

Return Value

Parameter value if parameter exists otherwise nullptrReturns Parameter Value strParameterValue. If no Parameter found strParameterValue is set to nullptr
See Also