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


IObjectInspectorPanel.Field Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IO > IObjectInspectorPanel Interface > IObjectInspectorPanel.Field Property
ArcGIS Developer Help

IObjectInspectorPanel.Field Property

Attribute field by index.

[Visual Basic .NET]
Public Function get_Field ( _
    ByVal index As Integer _
) As IField
[C#]
public IField get_Field (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IObjectInspectorPanel Interface