This document is archived and information here might be outdated.  Recommended version.


IEngineObjectInspector.Copy Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineObjectInspector Interface > IEngineObjectInspector.Copy Method
ArcGIS Developer Help

IEngineObjectInspector.Copy Method

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*

Product Availability

Available with ArcGIS Engine.

Description

Use this property to get rows that have been copied using the context menu in the tree control of the Attributes Dialog.

See Also

IEngineObjectInspector Interface

.NET Samples

Tabbed feature inspector