Open Table of Contents

ET GeoWizards Scripting

PointToMultipoint
(Go to the main page of the function)

Converts a point data set to a Multipoint feature class. 

Syntax    

Dim ET As  New ETGW_Core
Set variable =  ET.PointToMultipoint(pInFeatureClass, sOutFileName, sIdFieldName, sMessage)

The PointToMultipoint method syntax has the following object qualifier and arguments:

Part Description
variable An IFeatureClass object
pInFeatureClass Required. An IFeatureClass object (Must be a Polygon feature class)
sOutFileName Required. A String - the full name of the output feature class (A feature class with the same full name should not exist)
sIdFieldName Required. a field which values define the points to be used for creation of each multipoint.
sMessage Optional. In a case of failure -  description of the cause. If the functions completes with success an empty string will be returned. 

Example