ET GeoWizards Scripting
PolygonCharacteristicsSameFC
(Go to the main page of the function)
Calculates some characteristics of the polygons from a polygon dataset. The results will be stored in the input dataset
Syntax
Dim ET As New ETGW_Core
Set variable = ET.PolygonCharacteristicsSameFC(pInFeatureClass, iPrecision,
sMessage)
The PolygonCharacteristicsSameFC 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) |
| iPrecision | Required. An integer that indicates the number of digits after the decimals with which the results will be stored. |
| sMessage | Optional. In a case of failure - description of the cause. If the functions completes with success an empty string will be returned. |