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




If hard limits are applied, then any point with an elevation below this value will be considered as being an outlier. The default is 0. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property absolute_z_min As Double
Visual Basic (Usage)Copy Code
Dim instance As LocateOutliers
Dim value As Double
 
instance.absolute_z_min = value
 
value = instance.absolute_z_min
C# 
public double absolute_z_min {get; set;}

See Also

© 2010 All Rights Reserved.