API Help
Eplan.EplApi.EServices.Ged Namespace / InteractionContext Class / SetContextParameter Method
a block of parameters to set

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

    Parameters

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