System.Object
Eplan.EplApi.Base.SettingNode
Eplan.EplApi.DataModel.ProjectSettingNode
System.Object
Eplan.EplApi.Base.SettingNode
Eplan.EplApi.DataModel.ProjectSettingNode
public class ProjectSettingNode : Eplan.EplApi.Base.SettingNode
public ref class ProjectSettingNode : public Eplan.EplApi.Base.SettingNode
Name | Description | |
---|---|---|
ProjectSettingNode Constructor | Overloaded. |
Name | Description | |
---|---|---|
AddBoolDefault | Defines a new setting for a boolean default. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddBoolSetting | Defines a new setting for a boolean value. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddDoubleDefault | Defines a new setting for a double default. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddDoubleSetting | Defines a new setting for a double value. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddMultiLangStringDefault | Defines a new setting for a multilanguage string default. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddMultiLangStringSetting | Defines a new setting for a multilanguage string value. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddNumericDefault | Defines a new setting for a numeric default. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddNumericSetting | Defines a new setting for a numeric value. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddStringDefault | Defines a new setting for a string default. (Inherited from Eplan.EplApi.Base.SettingNode) | |
AddStringSetting | Defines a new setting for a string value. (Inherited from Eplan.EplApi.Base.SettingNode) | |
ClearSetting | Overloaded. Deletes the value. The setting definition is maintained. (Inherited from Eplan.EplApi.Base.SettingNode) | |
DeleteSetting | Resets 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) | |
Dispose() | Virtual deterministic destructor. (Inherited from Eplan.EplApi.Base.SettingNode) | |
ExistSetting | Verifies whether specified setting exists. (Inherited from Eplan.EplApi.Base.SettingNode) | |
ForceReload | Reloads settings node. (Inherited from Eplan.EplApi.Base.SettingNode) | |
GetBoolSetting | Returns 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) | |
GetCountOfNodes | Determines the number of child nodes. (Inherited from Eplan.EplApi.Base.SettingNode) | |
GetCountOfSettings | Determines the number of child settings (subordinate settings). (Inherited from Eplan.EplApi.Base.SettingNode) | |
GetDoubleSetting | Returns 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) | |
GetListOfAllSettings | Overridden. Determines all settings. | |
GetListOfNodes | Overridden. Determines all settings nodes. | |
GetListOfSettings | Overridden. Determines all settings of this node. | |
GetMultiLangStringSetting | Returns 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) | |
GetNodePath | Overridden. Determines the path of this node. | |
GetNodePathDot | Overridden. Determines the path of this node. | |
GetNumericSetting | Reads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting. (Inherited from Eplan.EplApi.Base.SettingNode) | |
GetParentNode | Overridden. Determines the parent node. | |
GetStringSetting | Returns 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) | |
GetSubNode | Overridden. Determines a child node. | |
MergeWithNode | Merges settings nodes. (Inherited from Eplan.EplApi.Base.SettingNode) | |
ResetNode | Resets the node to default. All settings inside are deleted and copied from defaults again. (Inherited from Eplan.EplApi.Base.SettingNode) | |
Set | Overloaded. Defines the path to the settings node. | |
SetBoolSetting | Sets 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) | |
SetDoubleSetting | Sets 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) | |
SetMultiLangStringSetting | Sets 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) | |
SetNumericSetting | Sets 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) | |
SetStringSetting | Sets 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) | |
Write | Writes all settings to a file. (Inherited from Eplan.EplApi.Base.SettingNode) |