API Help
Eplan.EplApi.Base Namespace / Context Class / GetParameter Method
Name of the parameter whose value is determined. Leading and trailing white-space characters are ignored.
Value of the parameter you search for.

In This Topic
    GetParameter Method (Context)
    In This Topic
    Gets a parameter from the Context.
    Syntax
    public virtual void GetParameter( 
       string strParameterName,
       ref string strParameterValue
    )
    public:
    virtual void GetParameter( 
       String^ strParameterName,
       String^% strParameterValue
    ) 

    Parameters

    strParameterName
    Name of the parameter whose value is determined. Leading and trailing white-space characters are ignored.
    strParameterValue
    Value of the parameter you search for.
    See Also