API Help
Eplan.EplApi.Remoting Namespace / CallingContext Class / Set Method
Parameter name.
Parameter value.

In This Topic
Set Method (CallingContext)
In This Topic
Sets a new parameter.
Syntax
public void Set( 
   string strName,
   object oValue
)

Parameters

strName
Parameter name.
oValue
Parameter value.
See Also