API Help
Eplan.EplApi.ApplicationFramework Namespace / ActionCallingContext Class / SetContextParameter Method
a block of parameters to set

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

Parameters

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