API Help
Eplan.EplApi.RemoteServer Namespace / RemotingCallingContext Class / ExistParameter Method
Paramtername

In This Topic
    ExistParameter Method
    In This Topic
    Check if the parameter strParameterName exists
    Syntax
    public bool ExistParameter( 
       string strParameterName
    )
    public:
    bool ExistParameter( 
       String^ strParameterName
    ) 

    Parameters

    strParameterName
    Paramtername

    Return Value

    True if strParameterName found.
    See Also