Harness proD API Help
EPLAN.Harness.API.Settings Namespace / StudioSettings Class
Members
In This Topic
    StudioSettings Class
    In This Topic
    The Studio section of the Settings contains settings applicable to the Studio application in general.
    Object Model
    StudioSettings ClassAutoBackupSettings ClassSCableDrawing ClassSDataExchange ClassSDefaults ClassSGeneral ClassBooleanProperty ClassIntegerProperty ClassSNailboard ClassSNailboardCableDrawing ClassApiPluginSettings ClassApiPluginItem ClassSReport ClassSStudioPaths ClassBooleanProperty ClassTextProperty ClassSWorkdesk ClassSWorkspace ClassSWorkspaceWorkdesk Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.Settings.StudioSettings

    Syntax
    public class StudioSettings 
    Remarks
    Please note that HpdApi.EPLAN.Harness.API.HpdApi.Close automatically saves StudioSettings. If you plan to make changes to StudioSettings that might need to be reverted, save the original values and reapply them before closing the API.
    Public Properties
     NameDescription
    Public PropertyOptions for the automatic backup.  
    Public PropertySettings for Cable Drawing.  
    Public PropertySettings for data exchange.  
    Public PropertyVarious default settings for Studio.  
    Public PropertyCorresponds to the General section of Studio settings.  
    Public Property If true, the part navigator does not display any library items which have the Obsolete status.  
    Public PropertyThe number of recently opened projects, displayed in the Welcome tab.  
    Public PropertySettings for Nailboard.  
    Public PropertySettings common to both Nailboard and Cable Drawing.  
    Public PropertySettings for Studio plugins.  
    Public PropertyReport settings.  
    Public PropertyVarious path settings.  
    Public PropertyIf true EPLAN Harness proD Studio reloads the project structure automatically when changed by other user/studio instance.  
    Public PropertyThe location of the translation *.hxlf file in which the different languages are specified.  
    Public PropertySettings for Workdesk.  
    Public PropertySettings for Workspace.  
    Public PropertySettings common to both Workspace and Workdesk.  
    Top
    Public Methods
     NameDescription
    Public MethodResets all studio settings to the default values which come with fresh Harness proD installation.  
    Public MethodSaves any changes done to the settings object. Until this method is call no changes will take effect.  
    Top
    See Also