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




The comparison filter consists of three parameters for assessing the points to determine if they are outliers—whether to use the following three parameters (Z Tolerance, Slope Tolerance, and Exceed Tolerance Ratio) in assessing points. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.