User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.tagpointer

Table of Contents

TGIS_Shape.TagPointer property

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.TagPointer | Constructors | Fields | 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 | Java | ActiveX | Python.

Syntax

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

Value

Type
Object
2022/11/16 01:35

Page Tools