Harness proD API Help
EPLAN.Harness.API.Settings.LibrarySettings Namespace / LibrarySettings Class
Members
In This Topic
    LibrarySettings Class
    In This Topic
    The Library section of the Settings contains settings applicable to the Library application in general.
    Object Model
    LibrarySettings ClassLibraryDataExchange ClassLibraryDefaults ClassLibraryEnvironment2D ClassLibraryEnvironment3D ClassLibraryGeneral ClassApiPluginSettings ClassApiPluginItem ClassUnitSettings Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.Settings.LibrarySettings.LibrarySettings

    Syntax
    public class LibrarySettings 
    Remarks
    Please note that EPLAN.Harness.API.Library.Close automatically saves LibrarySettings. If you plan to make changes to LibrarySettings that might need to be reverted, save the original values and reapply them before closing the API.
    Public Properties
     NameDescription
    Public PropertySettings for data exchange.  
    Public PropertyVarious default settings for Library.  
    Public PropertySettings for 2D environment of Library.  
    Public PropertySettings for 3D environment of Library.  
    Public PropertyGeneral Library settings.  
    Public PropertySettings for Library plugins.  
    Public PropertySettings for units.  
    Top
    Public Methods
     NameDescription
    Public MethodResets all library 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