DK11 for .NET | TatukGIS.NDK.TGIS_Config.WriteInterpretation | Constructors | Fields | Methods | Properties
Write parameters given by _name.
// C# public void WriteInterpretation( string _name, TGIS_LayerPixelInterpretation _value, TGIS_LayerPixelInterpretation _default );
' VisualBasic Public Sub WriteInterpretation( ByVal _name As String, ByVal _value As TGIS_LayerPixelInterpretation, ByVal _default As TGIS_LayerPixelInterpretation )
// Oxygene public procedure WriteInterpretation( _name : String; _value : TGIS_LayerPixelInterpretation; _default : TGIS_LayerPixelInterpretation );
Name | Type | Description |
---|---|---|
_name | string String | name of value |
_value | TGIS_LayerPixelInterpretation | value of the parameter |
_default | TGIS_LayerPixelInterpretation | default value of the parameter |