DK11 for ActiveX | TatukGIS_XDK11.TGIS_PipelineParameterType | Enums
Types of pipeline parameters
// C# public enum TGIS_PipelineParameterType { String = 0, Int = 1, Float = 2, Boolean = 3 }
' VisualBasic Public Enum TGIS_PipelineParameterType String = 0 Int = 1 Float = 2 Boolean = 3 End Enum
// Oxygene type TGIS_PipelineParameterType = public ( String = 0, Int = 1, Float = 2, Boolean = 3 );
Name | Value | Description | |
---|---|---|---|
String | 0 | string value | |
Int | 1 | integer values | |
Float | 2 | float value | |
Boolean | 3 | boolean value | |