User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_point

Table of Contents

ITGIS_Point interface

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

Two-dimensional point with Double-precision X and Y coordinates.

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

Syntax

// C#
public interface ITGIS_Point: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_Point
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_Point = 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
X public X coordinate of the point.
Y public Y coordinate of the point.

2026/07/11 00:14

Page Tools