Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / IsMainNodeReadOnly Method
Indicates the path of the setting.

In This Topic
    IsMainNodeReadOnly Method
    In This Topic
    Verifies whether the main node (COMPANY / STATION / USER) of the specified setting is Readonly.
    Syntax
    public bool IsMainNodeReadOnly( 
       string strSettingPath
    )
    public:
    bool IsMainNodeReadOnly( 
       String^ strSettingPath
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.

    Return Value

    Boolean value that indicates whether the main node is Readonly.
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty.
    Method failed.
    See Also