User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapepolygon.getintersectinternal_tgis_extent_boolean

Table of Contents

TGIS_ShapePolygon.getIntersectInternal method

DK for Delphi | GisLayerVector.TGIS_ShapePolygon.getIntersectInternal | Constructors | Fields | Methods | Properties

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_extent TGIS_Extent
_lockInternal2 Boolean

Result

Type Description
TGIS_Shape
2025/01/31 01:09

Page Tools