ESRI.ArcGIS.GeostatisticalAnalystTools
z_field Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace > IDW Class : z_field Property




Field that holds a height or magnitude value for each point. This can be a numeric field or the Shape field if the input features contains z-values or m-values. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property z_field As Object
Visual Basic (Usage)Copy Code
Dim instance As IDW
Dim value As Object
 
instance.z_field = value
 
value = instance.z_field
C# 
public object z_field {get; set;}

See Also

© 2010 All Rights Reserved.