Open Table of Contents

ET GeoWizards Scripting

Convex Hull
(Go to the main page of the function)

Builds the Convex Hull of the features of a point, polyline or polygon dataset.

Syntax    

Dim ET As  New ETGW_Core
Set variable = ET.ConvexHull(pInFeatureClass, sOutFileName)

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

Part Description
variable An IFeatureClass object
pInFeatureClass Required. An IFeatureClass object (Point, Polyline or Polygon)
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. 

Example