User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.tag

Table of Contents

ITGIS_Layer.Tag property

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

Tag has no predefined meaning. The Tag property is provided for the convenience of storing additional integer value or pointer information for special needs in an application.

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

Syntax

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

Value

Type
int
Integer
2022/11/16 01:09

Page Tools