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




The resampling algorithm to be used. The default is NEAREST. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.