ArcObjects Library Reference (Controls)  

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 (Code Files: TabbedInspector)