User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.startcolor

Table of Contents

ITGIS_ClassificationAbstract.StartColor property

DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.StartColor | Methods | Properties

Starting color used to generate ramp for class breaks; White by default.

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

Syntax

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

Value

Type
TGIS_Color

Remarks

References

2025/01/31 01:03

Page Tools