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




The Z Factor is a multiplier applied to the input z values to convert between units such as feet to meters and to convert between signs (e.g. positive depths into negative heights relative to sea level). Use a negative factor to reverse signs. The default is 1.0, or no change. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.