User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_extent3d

Table of Contents

TGIS_Extent3D record

DK11 for .NET | TatukGIS.NDK.TGIS_Extent3D | Records | Constructors | Fields | Methods

Like TGIS_Extent, but 3rd dimension added.

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

Syntax

// C#
public struct TGIS_Extent3D
{
}
' VisualBasic
Public Structure TGIS_Extent3D
End Structure
// Oxygene
type
  TGIS_Extent3D = public record
  end;

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_Extent3D(double, double, double, double) public Create object on given coordinates.
TGIS_Extent3D(double, double, double, double, double, double, double, double) public Create object on given coordinates.
TGIS_Extent3D(int, int, int, int) public Create object on given coordinates.
TGIS_Extent3D(int, int, int, int, int, int, int, int) public Create object on given coordinates.

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

Methods

Inherited Overrides Protected
Name Visibility Description
ToString public

2022/11/30 19:28

Page Tools