| Multiplies the Z values of the
geometries of the input Z dataset with an user specified factor.
Inputs:
- A PointZ, PolylineZ, PolygonZ,
Multipatch feature layer
Outputs:
- New feature class of the same type as the input. The Z values of all
points/vertices multiplied by the user specified factor.
Notes:
- Can be used to change the Z units of the geometries
- If applied to a PolylineZ feature class with calculated Z
characteristics, you will need to recalculate
the characteristics to reflect the changes of the Z values.
- If applied on a PolygonZ TIN, you need to analyze
the TIN again to reflect the changes.
ToolBox
implementation
Command line syntax
ETS_GPMultiplyZs <Input
Dataset> <Out Feature Class>
<Multiply With>)
Parameters
| Expression |
Explanation |
|
<Input
Dataset> |
A
Polyline feature layer or feature class |
| <Out
Feature Class> |
A String
- the full name of the output feature class |
|
<Multiply With> |
A Number representing the
multiply value. |
Scripting syntax
ETS_GPPolylineZChars
(Input
Dataset, Out Feature Class,
Multiply With)
See the explanations above:
<> - required parameter
{} - optional parameter
All ESRI
products mentioned are trademarks of Environmental Systems Research
Institute, Inc.
Copyright: Ianko Tchoukanski |