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 > TinRaster Class : z_factor Property




The factor by which the heights of the resultant raster will be multiplied from those of the input TIN; used to convert z-units to x and y-units. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property z_factor As Double
Visual Basic (Usage)Copy Code
Dim instance As TinRaster
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.