public void Modify( Layer layer, long oid, Geometry geometry, Dictionary<string,object> attributes )
Public Overloads Sub Modify( _ ByVal layer As Layer, _ ByVal oid As Long, _ ByVal geometry As Geometry, _ Optional ByVal attributes As Dictionary(Of String,Object) _ )
Parameters
- layer
- The layer of the feature to modify.
- oid
- The oid of the feature to modify.
- geometry
- The geometry to update on the feature.
- attributes
- The attribute values to update on the feature.