User Tools

Site Tools


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

Table of Contents

TGIS_Shape.TagInternal property

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.TagInternal | Constructors | Fields | Methods | Properties

TagInternal has no predefined meaning. The TagInternal property is provided for the convenience of storing additional for internal use of TatukGIS. Please do not use this property on your own!.

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

Syntax

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

Value

Type
IntPtr
NativeInt
2023/06/16 23:57

Page Tools