| Adds/subtracts a user specified
value from the Z values of the geometries of the input Z dataset.
Inputs:
- A PointZ, PolylineZ, PolygonZ,
Multipatch feature layer
Outputs:
- New feature class of the same type as the input. The user specified
value will be added to the Z values of all points/vertices.
Notes:
- 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_GPOffsetZs <Input
Dataset> <Out Feature Class>
<Offset Value>)
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 |
|
<Offset Value> |
A Number representing the
Offset value |
Scripting syntax
ETS_GPOffsetZs
(Input
Dataset, Out Feature Class,
Offset Value)
See the explanations above:
<> - required parameter
{} - optional parameter
All ESRI
products mentioned are trademarks of Environmental Systems Research
Institute, Inc.
Copyright: Ianko Tchoukanski |