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




Prestretching can be performed on each raster catalog item before any other color correction takes place. This means that the original raster catalog item will be using its stretched pixel values, rather than its raw pixel values, in the color correction process. You may want to use this option to change the color to an expected distribution before applying color correction. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property stretch_type As String
Visual Basic (Usage)Copy Code
Dim instance As ColorBalanceMosaicDataset
Dim value As String
 
instance.stretch_type = value
 
value = instance.stretch_type
C# 
public string stretch_type {get; set;}

See Also

© 2010 All Rights Reserved.