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

In This Topic
    SetStrings Method (IContext)
    In This Topic
    Sets the array filled with strings from the context. (Additional to the parameters)
    Syntax
    void SetStrings( 
       string[] stringArray
    )
    void SetStrings( 
       array<String^>^ stringArray
    ) 

    Parameters

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