API Help
Eplan.EplApi.Base Namespace / Context Class / GetParameters Method

In This Topic
    GetParameters Method (Context)
    In This Topic
    Gets array filled with parameters names from the context.
    Syntax
    public virtual string[] GetParameters()
    public:
    virtual array<String^>^ GetParameters(); 

    Return Value

    array containing all paramaters names from the context.
    See Also