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




Controls the factor by which the maximum pixel size of the top-most overview is multiplied to ensure visibility of the mosaic when viewed at small scales. The default is 10. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.