API Help
Eplan.EplApi.Base Namespace / SettingNode Class
Methods

In This Topic
    SettingNode Class Members
    In This Topic

    The following tables list the members exposed by SettingNode.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodDefines a new setting for a boolean default.  
    Public MethodDefines a new setting for a boolean value.  
    Public MethodDefines a new setting for a double default.  
    Public MethodDefines a new setting for a double value.  
    Public MethodDefines a new setting for a multilanguage string default.  
    Public MethodDefines a new setting for a multilanguage string value.  
    Public MethodDefines a new setting for a numeric default.  
    Public MethodDefines a new setting for a numeric value.  
    Public MethodDefines a new setting for a string default.  
    Public MethodDefines a new setting for a string value.  
    Public MethodOverloaded. Deletes the value. The setting definition is maintained.  
    Public MethodResets an individual setting to the value of the corresponding default setting. If it has no default setting, the setting is deleted.  
    Public MethodDestructor for deterministic finalization of SettingNode object.  
    Public MethodVerifies whether specified setting exists.  
    Public MethodReloads settings node.  
    Public MethodReturns the value of a setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0.  
    Public MethodDetermines the number of child nodes.  
    Public MethodDetermines the number of child settings (subordinate settings).  
    Public MethodReturns the value of a setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0.  
    Public MethodDetermines all settings.  
    Public MethodDetermines all settings nodes.  
    Public MethodDetermines all settings of this node.  
    Public MethodReturns the value of a setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0.  
    Public MethodDetermines the path of this node.  
    Public MethodDetermines the path of this node.  
    Public MethodReads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting.  
    Public MethodDetermines the parent node.  
    Public MethodReturns the value of a setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0.  
    Public MethodDetermines a child node.  
    Public MethodMerges settings nodes.  
    Public MethodResets the node to default. All settings inside are deleted and copied from defaults again.  
    Public MethodDefines the path to the settings node.  
    Public MethodSets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.  
    Public MethodSets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.  
    Public MethodSets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.  
    Public MethodSets the value of project settings on a given path. Type of value will be converted to 16 bit, 32 bit, signed or unsigned value depending on setting type.  
    Public MethodSets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.  
    Public MethodWrites all settings to a file.  
    Top
    See Also