User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.tagpointer

Table of Contents

ITGIS_Shape.TagPointer property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.TagPointer | Methods | Properties

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

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

Syntax

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

Value

Type
unsafe void*
Pointer
2022/11/16 01:11

Page Tools