API Help
Eplan.EplApi.Base Namespace / Context Class / AddParameter Method
Indicates the name of the parameter. Leading and trailing white-space characters are ignored.
Indicates the value of this parameter.

In This Topic
AddParameter Method (Context)
In This Topic
Adds a parameter to the Context.
Syntax
public virtual void AddParameter( 
   string strParameterName,
   string strNewParameterValue
)

Parameters

strParameterName
Indicates the name of the parameter. Leading and trailing white-space characters are ignored.
strNewParameterValue
Indicates the value of this parameter.
See Also