Eplan Platform API
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

    Parameter NameDescription
    stringArraythe string array to set
    Exceptions
    ExceptionDescription
    Thrown when stringArray is null.
    See Also