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

In This Topic
SetContextParameter Method (StorableObjectContext)
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