DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.Params | Constructors | Fields | Methods | Properties | Events
Returns parameters for pixel layer.
// C# public TGIS_ParamsSectionPixel Params { get {} set {} }
' VisualBasic Public Property Params As TGIS_ParamsSectionPixel Get End Get Set(ByVal value As TGIS_ParamsSectionPixel) End Set End Property
// Oxygene public property Params : TGIS_ParamsSectionPixel read read;