DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.AsMultiPoint | Methods | Properties
Convert the shape to a TGIS_ShapeMultiPoint containing all shape vertices.
// C# public ITGIS_ShapeMultiPoint AsMultiPoint();
' VisualBasic Public Function AsMultiPoint() As ITGIS_ShapeMultiPoint
// Oxygene public function AsMultiPoint : ITGIS_ShapeMultiPoint;
| Type | Description |
|---|---|
| ITGIS_ShapeMultiPoint | New TGIS_ShapeMultiPoint instance populated with all vertices from the shape. |
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.