This document is archived and information here might be outdated. Recommended version. |
Copies the values from srcRow to the row being edited.
[Visual Basic .NET] Public Sub Copy ( _ ByVal srcRow As IRow _ )
[C#] public void Copy ( IRow srcRow );
Copies the values from srcRow of the feature to the row being edited.
Public Sub Copy(ByVal srcRow As ESRI.ArcGIS.Geodatabase.IRow)
Implements ESRI.ArcGIS.Editor.IObjectInspector.Copy
Me.m_inspector.Copy(srcRow)
End Sub