User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.params

Table of Contents

TGIS_Layer.Params property

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Params | Constructors | Fields | Methods | Properties | Events

Parameters (colors, fills, etc.) object. These parameters are as selected in ParamsList property. Changing this parameter also changes the selected parameter object in ParamsList.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public TGIS_ParamsSection Params
{
  get {}
  set {}
}
' VisualBasic
Public Property Params As TGIS_ParamsSection
  Get
  End Get
  Set(ByVal value As TGIS_ParamsSection)
  End Set
End Property
// Oxygene
public
  property Params : TGIS_ParamsSection read read;

Value

References

2023/02/24 20:44

Page Tools