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




If you are using a feature class as the output extent, you have the option to clip the raster by the extent of the feature class or by its polygon perimeter. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.