Eplan Platform API
Eplan.EplApi.Remoting Namespace / CallingContext Class / Get Method
Parameter name.
Parameter value.

In This Topic
    Get Method (CallingContext)
    In This Topic
    Gets parameter value.
    Syntax
    public bool Get( 
       string strName,
       out object oValue
    )
    public:
    bool Get( 
       String^ strName,
       [Out] Object^ oValue
    ) 

    Parameters

    strName
    Parameter name.
    oValue
    Parameter value.
    See Also