ET GeoWizards Scripting
PointZ(M) To Point
(Go to the main page of the
function)
Converts a pointZ or pointM data set to a point feature class. The Z(M) values of the vertices are recorded in a field of the point attribute table.
Syntax
Dim ET As New ETGW_Core
Set variable = ET.PointZMToPoint(pInFeatureClass, sOutFileName,
sMessage)
The PointZMToPoint method syntax has the following object qualifier and arguments:
| Part | Description |
|---|---|
| variable | An IFeatureClass object |
| pInFeatureClass | Required. An IFeatureClass object (Must be a PointZ(M) 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) |
| sMessage | Optional. In a case of failure - description of the cause. If the functions completes with success an empty string will be returned. |