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




Allows you to exclude small portions of features from statistical calculations. This option is useful for obtaining good maximum slope estimates. Small portions of features often exhibit extreme slopes, which may bias the statistical results. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.