DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.Interpretation | Methods | Properties
The way the layer is interpreted: the default is as a grid, or as an image.
// C# public TGIS_LayerPixelInterpretation Interpretation { get {} set {} }
' VisualBasic Public Property Interpretation As TGIS_LayerPixelInterpretation Get End Get Set(ByVal value As TGIS_LayerPixelInterpretation) End Set End Property
// Oxygene public property Interpretation : TGIS_LayerPixelInterpretation read read;