User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itint64

Table of Contents

ITInt64 interface

DK11 for ActiveX | TatukGIS_XDK11.ITInt64 | Interfaces | Methods | Properties

Int64 for pure dispatch interface compatibility (like VB6)/

Syntax

// C#
public interface ITInt64: ITBaseObject
{
}
' VisualBasic
Public Interface ITInt64
  Implements ITBaseObject
End Class
// Oxygene
type
  ITInt64 = 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)

Properties

Inherited Protected
Name Visibility Description
Hi public Higher 2 bytes of the Int64.
Lo public Lower 2 bytes of the Int64.

2021/12/07 08:41

Page Tools