ET GeoWizards Scripting
ThinPoints
(Go to the main page of the function)
Reduces the number of points in a point dataset based on their spatial location.
Syntax
Dim ET As New ETGW_Core
Set variable = ET.ThinPoints(pInFeatureClass,
sOutFileName, dTolerance, sFieldName, sMessage)
The ThinPoints method syntax has the following object qualifier and arguments:
| Part | Description |
|---|---|
| pInFeatureClass | Required. An IFeatureClass object (Must be a Point 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) |
| dTolerance | Required. A double representing the Generalization tolerance. |
| sFieldName | Optional. A String representing the Data field (see main page of the function) |
| sMessage | Optional. In a case of failure - description of the cause. If the functions completes with success an empty string will be returned. |