Python FME API
FME 2018.0 b18311
Introduction
Getting started
FME Objects API reference
Features
Geometries
General
Points
fmeobjects.FMEPoint
fmeobjects.FMEMultiPoint
fmeobjects.FMEPointIterator
Text
Curves
Areas
Solids
Surfaces
Appearances and Textures
Rasters
Coordinate system and reprojection tools
Geometry tools
Raster tools
Licensing
Other utilities
FME log and error messages
Versioning and metadata constants
FME Pluginbuilder API reference
Python FME API
Docs
»
FME Objects API reference
»
Geometries
»
Points
»
fmeobjects.FMEMultiPoint
»
fmeobjects.FMEMultiPoint.numParts
View page source
fmeobjects.FMEMultiPoint.numParts
¶
FMEMultiPoint.
numParts
(
)
¶
This returns the number of points that make up this multi point.
Return type:
int
Returns:
The number of points in multi point.