API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class
Members

In This Topic
    ProjectSettings Class
    In This Topic
    The classes representing P8 project settings.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.ProjectSettings

    Syntax
    public class ProjectSettings : Eplan.EplApi.Base.ISettings  
    public ref class ProjectSettings : public Eplan.EplApi.Base.ISettings  
    Remarks
    For more details about inherited members see Eplan.EplApi.Base.ISettings.
    Public Constructors
     NameDescription
    Public ConstructorConstructor.  
    Top
    Public Methods
     NameDescription
    Public MethodDefines a new setting for a boolean value.  
    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 MethodResets a setting to the value from the default settings. If the setting has no default value, it will be deleted.  
    Public MethodDestructor for deterministic finalization of Cable object.  
    Public MethodCheck if there exist a setting on path given as a parameter.  
    Public MethodReads bool value from project settings  
    Public MethodReturnes the count of indexed values that are used already by the project setting.  
    Public MethodReads double value from project settings  
    Public MethodReads value from project settings. Substitutes path fragments (like $Eplan).  
    Public MethodReads Eplan.EplApi.Base.MultiLangString value from project settings  
    Public MethodReads numeric value from project settings. It can be 16 bit or 32 bit, signed or unsigned setting.  
    Public MethodReads string value from project settings  
    Public MethodReturns the type of the setting.  
    Public MethodReads settings from settings file.  
    Public MethodSets the value of project settings on a given path.  
    Public MethodSets the value of project settings on a given path.  
    Public MethodSets the value of project settings on a given path.  
    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 MethodOverloaded. Sets the value of project settings on a given path.  
    Top
    See Also