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


IFeatureExportInfoGenerator.AddFeatureAttribute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureExportInfoGenerator Interface > IFeatureExportInfoGenerator.AddFeatureAttribute Method
ArcGIS Developer Help

IFeatureExportInfoGenerator.AddFeatureAttribute Method

Generates export information for a feature attribute.

[Visual Basic .NET]
Public Sub AddFeatureAttribute ( _
    ByVal Display As IDisplay, _
    ByVal FieldType As esriFieldType, _
    ByVal FieldName As String, _
    ByVal fieldValue As String _
)
[C#]
public void AddFeatureAttribute (
    IDisplay Display,
    esriFieldType FieldType,
    string FieldName,
    string fieldValue
);
[C++]
HRESULT AddFeatureAttribute(
  IDisplay* Display,
  esriFieldType FieldType,
  BSTR FieldName,
  BSTR fieldValue
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* FieldType [in]
FieldType is a parameter of type esriFieldType FieldName [in]
FieldName is a parameter of type BSTR fieldValue [in]
fieldValue is a parameter of type BSTR

Product Availability

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

See Also

IFeatureExportInfoGenerator Interface