Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Dim GP As New Geoprocessor
  2. Dim CalcFieldTool As New CalculateField
  3. CalcFieldTool.in_table = pFClass
  4. CalcFieldTool.field = "Elevation"
  5. CalcFieldTool.expression = "!RASTERVALU!"
  6. CalcFieldTool.expression_type = "PYTHON"
  7. CalcFieldTool.code_block = " "
  8. GP.Execute(CalcFieldTool, Nothing)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement