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




Defines the maximum number of pyramid levels that will be used in the mosaic dataset. For example, a value of 2 will use only the first two pyramid levels from the source raster. Leaving this blank or typing a value of -1 will build pyramids for all levels. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.