Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSettingNode Class
Members

ProjectSettingNode Class
A class representing handle to a project settings node.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.Base.SettingNode
      Eplan.EplApi.DataModel.ProjectSettingNode

Syntax
public class ProjectSettingNode : Eplan.EplApi.Base.SettingNode 
Remarks
For more details about inherited members see Eplan.EplApi.Base.SettingNode.
Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public MethodDefines a new setting for a boolean default. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a boolean value. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a double default. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a double value. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a multilanguage string default. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a multilanguage string value. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a numeric default. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a numeric value. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a string default. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDefines a new setting for a string value. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodOverloaded. Deletes the value. The setting definition is maintained. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodResets an individual setting to the value of the corresponding default setting. If it has no default setting, the setting is deleted. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodVirtual deterministic destructor. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodVerifies whether specified setting exists. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodReloads settings node. (Inherited from Eplan.EplApi.Base.SettingNode)
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. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDetermines the number of child nodes. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodDetermines the number of child settings (subordinate settings). (Inherited from Eplan.EplApi.Base.SettingNode)
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. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodOverridden. Determines all settings.  
Public MethodOverridden. Determines all settings nodes.  
Public MethodOverridden. Determines 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. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodOverridden. Determines the path of this node.  
Public MethodOverridden. Determines the path of this node.  
Public MethodReads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodOverridden. Determines 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. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodOverridden. Determines a child node.  
Public MethodMerges settings nodes. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodResets the node to default. All settings inside are deleted and copied from defaults again. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodOverloaded. Defines 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. (Inherited from Eplan.EplApi.Base.SettingNode)
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. (Inherited from Eplan.EplApi.Base.SettingNode)
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. (Inherited from Eplan.EplApi.Base.SettingNode)
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. (Inherited from Eplan.EplApi.Base.SettingNode)
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. (Inherited from Eplan.EplApi.Base.SettingNode)
Public MethodWrites all settings to a file. (Inherited from Eplan.EplApi.Base.SettingNode)
Top
See Also