ET GeoWizards Toolbox
Build Polygons
(Go to the main page of the
function)
Builds polygons from a polyline feature class
Command line syntax
ET_GPBuildPolygons <input_dataset> <out_feature class> {clean_polylines} {fuzzy_tolerance}
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A Polygon feature class or feature layer |
<out_feature class> | A String - the full name of the output feature class (A feature class with the same full name should not exist) |
{clean_polylines} | A Boolean indicating whether the input polyline dataset will be cleaned before building. |
{fuzzy_tolerance} | A Double setting the Fuzzy tolerance (in the units of the input dataset) to be used if the {clean_polylines} is True. If {clean_polylines}is False this parameter is ignored |
Scripting syntax
ET_GPBuildPolygons (input_dataset, out_feature class, clean_polylines, fuzzy_tolerance)
See the explanations above:
<> - required parameter
{} - optional parameter