User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_classificationabstract.showlegend

Table of Contents

TGIS_ClassificationAbstract.ShowLegend property

DK11 for .NET | TatukGIS.NDK.TGIS_ClassificationAbstract.ShowLegend | Methods | Properties

If True, features will be shown in legend panel. Default is True.

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

Syntax

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

Value

Type
bool
Boolean

Remarks

False for KMeansSpatial method.

References

2022/11/16 01:27

Page Tools