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




Determines if points INSIDE or OUTSIDE the Remove Features will be deleted. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.