User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shapepolygon.getintersectinternal3d_tgis_extent_boolean

Table of Contents

TGIS_ShapePolygon.getIntersectInternal3D method

DK11 for .NET | TatukGIS.NDK.TGIS_ShapePolygon.getIntersectInternal3D | Constructors | Fields | Methods | Properties

Available also on: Delphi | Java.

Syntax

// C#
protected override TGIS_Shape getIntersectInternal3D(
  TGIS_Extent _extent,
  bool _lockInternal2
);
' VisualBasic
Protected Overrides Function getIntersectInternal3D(
  ByVal _extent As TGIS_Extent,
  ByVal _lockInternal2 As Boolean
) As TGIS_Shape
// Oxygene
protected
  function getIntersectInternal3D(
    _extent : TGIS_Extent;
    _lockInternal2 : Boolean
  ) : TGIS_Shape; override;

Parameters

Name Type Description
_extent TGIS_Extent
_lockInternal2 bool
Boolean

Result

Type Description
TGIS_Shape
2021/12/07 09:05

Page Tools