API Help
Eplan.EplApi.Base Namespace / IContext Interface / GetParameters Method

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

    Return Value

    array containing all paramaters names from the context
    See Also