Open Table of Contents

ET GeoWizards Toolbox

Features To Circles
(Go to the main page of the function)

Creates a circular bounding polygon from each feature in the input feature class. Attributes of the original features are transferred to the resulting polygons.

Command line syntax

ET_GPFeaturesToCircles <input_dataset> <out_feature class>

Parameters

Expression Explanation
<input_dataset> A  Polyline, Polygon or Multipoint 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)

Scripting syntax

ET_GPFeaturesToCircles (input_dataset,  out_feature_ class )

See the explanations above:
<> - required parameter
{} - optional parameter