User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_colormaparray.value

Table of Contents

ITGIS_ColorMapArray.Value property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ColorMapArray.Value | Methods | Properties

Array element value.

Available also on: Python.

Syntax

// C#
public TGIS_ColorMap Value[_idx int]
{
  get {}
  set {}
}
' VisualBasic
Public Property Value(ByVal  _idx As Integer] As TGIS_ColorMap
  Get
  End Get
  Set(ByVal value As TGIS_ColorMap)
  End Set
End Property
// Oxygene
public
  property Value[ _idx : Integer ] : TGIS_ColorMap read read;

Parameters

Name Type Description
_idx int
Integer
index of the element

Value

2022/11/30 19:06

Page Tools