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




The value to which the dataset's Z Resolution will be changed as part of the upgrade. The maximum value is the same as the dataset's current Z Resolution. By default, the resolution will be improved by a factor of 4. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.