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




The four coordinates defining the minimum bounding rectangle to be clipped. Define in this order: X-Minimum, Y-Minimum, X-Maximum, Y-Maximum. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.