Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / GetExpandedStringSetting Method
Path to settings
0\-based index.

In This Topic
    GetExpandedStringSetting Method (ProjectSettings)
    In This Topic
    Reads value from project settings. Substitutes path fragments (like $Eplan).
    Syntax
    public virtual string GetExpandedStringSetting( 
       string strSettingPath,
       int nIdx
    )
    public:
    virtual String^ GetExpandedStringSetting( 
       String^ strSettingPath,
       int nIdx
    ) 

    Parameters

    Parameter NameDescription
    strSettingPathPath to settings
    nIdx0\-based index.

    Return Value

    value read from project settings
    Exceptions
    ExceptionDescription
    Thrown when the value cannot be read from project settings
    Thrown when strSettingsPath is null.
    Thrown when setting path doesn't exist.
    See Also