User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.asmultipoint_void

Table of Contents

ITGIS_Shape.AsMultiPoint method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.AsMultiPoint | Methods | Properties

Convert the shape to a TGIS_ShapeMultiPoint containing all shape vertices.

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

Syntax

// C#
public ITGIS_ShapeMultiPoint AsMultiPoint();
' VisualBasic
Public Function AsMultiPoint() As ITGIS_ShapeMultiPoint
// Oxygene
public
  function AsMultiPoint : ITGIS_ShapeMultiPoint;

Result

Type Description
ITGIS_ShapeMultiPoint New TGIS_ShapeMultiPoint instance populated with all vertices from the shape.

Remarks

PURPOSE: Produces a multipoint geometry when all stored vertices are needed as a point collection.

BEHAVIOR: Creates and returns a new TGIS_ShapeMultiPoint containing every vertex from the current shape. Multipart geometry is flattened into a single multipoint feature.

USAGE: Use this method for vertex extraction, point-based analysis, or converting nonpoint geometry into a point set.

CONSTRAINTS: Topology and part structure are not preserved in the result.

2026/07/05 01:25

Page Tools