Calculate
This function is not available via the GUI of ET GeoWizards.
Calculates some spatial characteristics of the shapes. The results are added in new fields in the attribute table of the original dataset.
Note: For more flexible Area or Length calculations see Calculate Area and Calculate Length tools
Command line syntax
ET_GPCalculate <input_dataset> <Area | Length | XYStart | XYEnd | XYMiddle | XYCenter | XYLabel | XY | Z | M>
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A feature class or feature layer. |
<Area | Length | XYStart | XYEnd | XYMiddle | XYCenter | XYLabel | XY | Z | M> | Calculate
Task. A
String - defines the calculation to be performed
|
Scripting syntax
ET_GPCalculate (input_dataset, calc_task)
See the explanations above:
<> - required parameter
{} - optional parameter
CalculateValues(pInFC As IFeatureClass, sTask As String) As Boolean
Copyright © Ianko Tchoukanski |