Eplan Platform API
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
    )
    public:
    void Set( 
       String^ strName,
       Object^ oValue
    ) 

    Parameters

    strName
    Parameter name.
    oValue
    Parameter value.
    See Also