Offset Zs

Running programmatically

Adds/subtracts a user specified value from the Z values of the geometries of the input Z dataset.

Inputs:

Outputs:

Running Programmatically

(Go to TOP)

Parameters

Expression Explanation
Function Name OffsetFeatureZs
<input dataset> A String - full path to the Input dataset.
<output dataset> A String - the full path to the output dataset.
<offset value> A Number representing the offset value.

Running the function

ETSPath used in the table below is the full path to ETSRun.exe (E.G. "C:\Program Files\ETSpatial Techniques\ETSurface\ETSRun.exe")

OffsetValue
Language Syntax
Python subprocess.call([ETSPath, "OffsetFeatureZs", "input dataset", "output dataset", "offset value"])
.NET using ETSRun.exe StartInfo.FileName = ETSPath
StartInfo.Arguments = "OffsetFeatureZs" "input dataset" "output dataset" "offset value"
.NET using ETSOutX.dll OffsetFeatureZs(input dataset, output dataset, offset value)
ArcPy arcpy.OffsetFeatureZs("input dataset", "output dataset", "offset value")

Notes:

(Go to TOP)