Eplan Platform API
Eplan.EplApi.Base Namespace / Context Class / SetContextParameter Method
a block of parameters to set

In This Topic
    SetContextParameter Method (Context)
    In This Topic
    Sets a block of context parameters (as ContextParameterBlock object).
    Syntax
    public virtual void SetContextParameter( 
       ContextParameterBlock pParams
    )
    public:
    virtual void SetContextParameter( 
       ContextParameterBlock^ pParams
    ) 

    Parameters

    pParams
    a block of parameters to set
    Remarks
    ContextParameterBlock is added to the context.
    See Also