Open Table of Contents

ET GeoWizards Scripting

PolygonCharacteristicsNewFC
(Go to the main page of the function)

Calculates some characteristics of the polygons from a polygon dataset. A new feature class is created

Syntax    

Dim ET As  New ETGW_Core
Set variable =  ET.PolygonCharacteristicsNewFC(pInFeatureClass, sOutFileName, iPrecision, sMessage)

The PolygonCharacteristicsNewFC 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)
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.