CartographyTools
geometry_editing_option Property
See Also  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace > AddRepresentation Class : geometry_editing_option Property




Specifies the geometry editing behavior that will occur with the use of the representation editing tools. STORE_CHANGE_AS_OVERRIDE—specifies that any changes made in an Editing session or using geoprocessing tools in Cartography toolbox will be stored as overrides. This is the default. MODIFY_FEATURE—specifies that any changes made in an Editing session or using geoprocessing tools in the Cartography toolbox will modify the underlying features, and any other representations of this feature class whose geometry editing behavior is also set to modify features. {STORE_CHANGE_AS_OVERRIDE | MODIFY_FEATURE} (In, Optional)

Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.