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




The ratio used to determine the size of the next overview. For example, if the cell size of the first level is x, and the overview factor is 3, then the next overview pixel size will be 3x. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property overview_factor As Integer
Visual Basic (Usage)Copy Code
Dim instance As DefineOverviews
Dim value As Integer
 
instance.overview_factor = value
 
value = instance.overview_factor
C# 
public int overview_factor {get; set;}

See Also

© 2010 All Rights Reserved.