User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.caption

Table of Contents

ITGIS_Layer.Caption property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Caption | Methods | Properties

Caption of layer; if not filed directly then will be filed with Name when adding to the Viewer.

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

Syntax

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

Value

Type
string
String
2022/11/16 01:09

Page Tools