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

In This Topic
    GetMultiLangStringSetting Method (ProjectSettings)
    In This Topic
    Reads Eplan.EplApi.Base.MultiLangString value from project settings
    Syntax
    public virtual MultiLangString GetMultiLangStringSetting( 
       string strSettingPath,
       int nIdx
    )
    public:
    virtual MultiLangString^ GetMultiLangStringSetting( 
       String^ strSettingPath,
       int nIdx
    ) 

    Parameters

    strSettingPath
    Path to settings
    nIdx
    0\-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