User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bytearray

Table of Contents

ITGIS_ByteArray interface

DK for ActiveX | TatukGIS_XDK11.ITGIS_ByteArray | Interfaces | Methods | Properties

Array of Byte values.

Available also on: ActiveX | Python.

Syntax

// C#
public interface ITGIS_ByteArray: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_ByteArray
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_ByteArray = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
SetLength public Sets the array length.

Properties

Inherited Protected
Name Visibility Description
Length public Number of elements in the array.
Value public Array element value.

2026/07/11 00:08

Page Tools