API Help
Eplan.EplApi.Base Namespace / Settings Class / GetStringDefault Method
Indicates the path of the setting.
Indicates the index.

In This Topic
    GetStringDefault Method
    In This Topic
    Returns default string value of a setting. The index starts at 0.
    Syntax
    public string GetStringDefault( 
       string strSettingPath,
       int nIdx
    )
    public:
    String^ GetStringDefault( 
       String^ strSettingPath,
       int nIdx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.
    nIdx
    Indicates the index.

    Return Value

    Default string value
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty.
    See Also