Eplan Platform API
Eplan.EplApi.Base Namespace / ISettings.SettingType Enumeration

ISettings.SettingType Enumeration
The type one setting can hold data in.
Syntax
public enum ISettings.SettingType : System.Enum 
Members
MemberValueDescription
Bool1System::Boolean
Double6System::Double
Int2Deprecated, System::Int16
Invalid0Invalid
Long4Deprecated, System::Int32
MLString8Eplan::EplApi::Base::MultiLangString
Numeric9System::Int32
String7System::String
UInt3Deprecated, System::UInt16
ULong5Deprecated, System::UInt32
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.Base.ISettings.SettingType

See Also