ArcObjects Library Reference (Carto)  

IGFLayerTableDataMappings.Element Property

GFLayerTableDataMapping at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal Index As Integer _
) As IGFLayerTableDataMapping
[C#]
public IGFLayerTableDataMapping get_Element (
    int Index
);
[C++]
HRESULT get_Element(
  long Index,
  IGFLayerTableDataMapping** GFLayerTableDataMapping
);
[C++]

Parameters

Index [in]   Index is a parameter of type long GFLayerTableDataMapping [out, retval]

  GFLayerTableDataMapping is a parameter of type IGFLayerTableDataMapping

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGFLayerTableDataMappings Interface