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


IGFLayerTableDataMappings.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGFLayerTableDataMappings.Add Method

Adds a GFLayerTableDataMapping.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal GFLayerTableDataMapping As IGFLayerTableDataMapping _
)
[C#]
public void Add (
    IGFLayerTableDataMapping GFLayerTableDataMapping
);
[C++]
HRESULT Add(
  IGFLayerTableDataMapping* GFLayerTableDataMapping
);
[C++]

Parameters GFLayerTableDataMapping [in]
GFLayerTableDataMapping is a parameter of type IGFLayerTableDataMapping

Product Availability

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

See Also

IGFLayerTableDataMappings Interface