User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.colorrampname

Table of Contents

ITGIS_ClassificationAbstract.ColorRampName property

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

The name of the built-in color ramp that is used to assign colors for class breaks; empty by default. If not provided, ColorRamp property will be used.

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

Syntax

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

Value

Type
string
String

Remarks

This property is sufficient in most cases. Use ColorRamp property only for specialised color ramps.

2025/01/31 01:03

Page Tools