DK11 for .NET | TatukGIS.NDK.TGIS_Config.ReadInterpretation | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// C# public TGIS_LayerPixelInterpretation ReadInterpretation( string _name, TGIS_LayerPixelInterpretation _default );
' VisualBasic Public Function ReadInterpretation( ByVal _name As String, ByVal _default As TGIS_LayerPixelInterpretation ) As TGIS_LayerPixelInterpretation
// Oxygene public function ReadInterpretation( _name : String; _default : TGIS_LayerPixelInterpretation ) : TGIS_LayerPixelInterpretation;
Name | Type | Description |
---|---|---|
_name | string String | name of value |
_default | TGIS_LayerPixelInterpretation | default value |
Type | Description |
---|---|
TGIS_LayerPixelInterpretation | parameter value |