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

In This Topic
    Settings Class Members
    In This Topic

    The following tables list the members exposed by Settings.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    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 default setting for a multilanguage string value.  
    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 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 Settings object.  
    Public MethodVerifies whether specified setting exists.  
    Public MethodReturns default boolean value of a setting. The index starts at 0.  
    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 MethodReturnes the number of default values of a setting.  
    Public MethodReturnes the number of values of a setting.  
    Public Method\Returns the description of a setting.  
    Public MethodReturns default double value of a setting. The index starts at 0.  
    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 MethodReturns the value of a string setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0. If this path is identified via an EPLAN path (e.g. $Eplan, $MD, ...) this identifier is resolved.  
    Public MethodReturns default MultiLangString value of a setting. The index starts at 0.  
    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 MethodReturns default numeric value of a setting. The index starts at 0.  
    Public MethodReads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting.  
    Public MethodReturns default string value of a setting. The index starts at 0.  
    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 MethodReturns the type of the setting.  
    Public MethodVerifies whether the main node (COMPANY / STATION / USER) of the specified setting is Readonly.  
    Public MethodImports a settings xml file and sets all the settings it contains.  
    Public MethodRemoves all indexed setting.  
    Public MethodOverloaded. Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.  
    Public MethodOverloaded. Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.  
    Public MethodOverloaded. Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.  
    Public MethodOverloaded. Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.  
    Public MethodOverloaded. Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.  
    Public MethodExports the specified setting to an XML file.  
    Top
    See Also

    Reference

    Settings Class
    Eplan.EplApi.Base Namespace
    WorkingWithSettings.html