API Help
Eplan.EplApi.Base Namespace / ISettings Interface
Members

ISettings Interface
The common interface to P8 settings.
Syntax
public interface ISettings 
Public Methods
 NameDescription
 MethodCheck if there exist a setting on path given as a parameter.  
 MethodReads bool value from settings.  
 MethodReads double value from settings  
 MethodReads value from settings. Substitutes path fragments (like $Eplan).  
 MethodReads MultiLangString value from settings  
 MethodReads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting.  
 MethodReads string value from settings  
 MethodReturns the type of the setting.  
 MethodSets the value of settings on a given path.  
 MethodSets the value of settings on a given path.  
 MethodSets the value of settings on a given path.  
 MethodSets the value of settings on a given path. Type of value will be converted to 16 bit, 32 bit, signed or unsigned value depending on setting type.  
 MethodSets the value of settings on a given path.  
Top
See Also