This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureExportInfoGenerator Interface > IFeatureExportInfoGenerator.AddFeatureAttribute Method (ArcObjects .NET 10.5 SDK) |
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