ArcGIS Pro 2.8 API Reference Guide
Modify(MapMember,Int64,Dictionary<String,Object>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Modify Method : Modify(MapMember,Int64,Dictionary<String,Object>) Method
The mapmember to update.
The oid of the mapmember to update.
The attribute values to update.
Modify a mapmember, updating the attribute values.
Syntax
Public Overloads Sub Modify( _
   ByVal member As MapMember, _
   ByVal oid As Long, _
   ByVal attributes As Dictionary(Of String,Object) _
) 

Parameters

member
The mapmember to update.
oid
The oid of the mapmember to update.
attributes
The attribute values to update.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List