public enum PropertyDefinition.PropertyType : System.Enum
public enum class PropertyDefinition.PropertyType : public System.Enum
public enum PropertyDefinition.PropertyType : System.Enum
public enum class PropertyDefinition.PropertyType : public System.Enum
| Member | Value | Description | 
|---|---|---|
| Bool | 1 | Boolean type contain true or false | 
| Coord | 16 | Double value | 
| Double | 6 | Longer floating point value | 
| Long | 4 | Long numeric value | 
| MultilangString | 15 | Multi language string Eplan.EplApi.Base.MultiLangString | 
| Point | 13 | Point | 
| String | 7 | Unicode-String | 
| Time | 14 | Time value | 
| ValueWithUnit | 26 | Value with unit | 
oConnection.Properties[DataModel.Properties.Connection.CONNECTION_WIRECROSSSECTION] = "2.5"; //... the current culture is not considered. You always have to //us a '.' as decimal separator.
System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.DataModel.PropertyDefinition.PropertyType