ArcObjects Library Reference (Carto)  

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