This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineObjectInspector Interface > IEngineObjectInspector.Copy Method (ArcObjects .NET 10.4 SDK) |
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 );
[C++]
HRESULT Copy(
IRow* srcRow
);
[C++]
Parameters srcRow [in]
srcRow is a parameter of type IRow
Use this property to get rows that have been copied using the context menu in the tree control of the Attributes Dialog.