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

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

    Parameters

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