User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapepolygon.getintersectinternal3d_tgis_extent_boolean

Table of Contents

TGIS_ShapePolygon.getIntersectInternal3D method

DK11 for Delphi | GisLayerVector.TGIS_ShapePolygon.getIntersectInternal3D | Constructors | Fields | Methods | Properties

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function getIntersectInternal3D(
    const _extent : TGIS_Extent;
    const _lockInternal2 : Boolean
  ) : TGIS_Shape; override;
// C++ Builder
protected:
  virtual TGIS_Shape* getIntersectInternal3D(
    TGIS_Extent* const _extent,
    const bool _lockInternal2
  );

Parameters

Name Type Description
_extent TGIS_Extent
_lockInternal2 Boolean

Result

Type Description
TGIS_Shape
2020/05/07 01:09

Page Tools