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


IGFLayerTableDataMappings.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGFLayerTableDataMappings Interface > IGFLayerTableDataMappings.Add Method
ArcGIS Developer Help

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