API Help
Eplan.EplApi.Base Namespace / IContext Interface / SetStrings Method
the string array to set

SetStrings Method (IContext)
Sets the array filled with strings from the context. (Additional to the parameters)
Syntax
void SetStrings( 
   string[] stringArray
)

Parameters

stringArray
the string array to set
Exceptions
ExceptionDescription
Thrown when stringArray is null.
See Also