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

IsMainNodeReadOnly Method
Verifies whether the main node (COMPANY / STATION / USER) of the specified setting is Readonly.
Syntax
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