User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.demisolinecolor

Table of Contents

IGIS_Viewer3D.DemIsolineColor property

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.DemIsolineColor | Methods | Properties

Color used to draw DEM isolines.

Available also on: Python.

Syntax

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

Value

Type
TGIS_Color
2026/07/11 00:07

Page Tools