Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / ExistSetting Method
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).

In This Topic
    ExistSetting Method (SettingNode)
    In This Topic
    Verifies whether specified setting exists.
    Syntax
    public bool ExistSetting( 
       string strSettingPath
    )
    public:
    bool ExistSetting( 
       String^ strSettingPath
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting (relative to path of the node, path starts after the path of the node).

    Return Value

    Boolean value that indicates whether setting exists.
    Exceptions
    ExceptionDescription
    The value of the parameter object is NULL.
    The object has not been initialized correctly.
    The function failed.
    See Also