User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_extent3d

Table of Contents

TGIS_Extent3D record

DK11 for Delphi | GisTypes.TGIS_Extent3D | Records | Fields

Like TGIS_Extent, but 3rd dimension added.

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

Syntax

// Delphi
type
  TGIS_Extent3D = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_Extent3D
{
};

Fields

Inherited Protected
Name Visibility Description
MMax public value border
MMin public value border
XMax public right border
XMin public left border
YMax public top border
YMin public bottom border
ZMax public height border
ZMin public height border

2022/11/30 19:19

Page Tools