Eplan Platform API
Eplan.EplApi.Base Namespace / Context Class / SetStrings Method
the string array to set

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

Parameters

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