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


IFeatureExportInfoGenerator.EndFeatureAttributes 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.EndFeatureAttributes Method
ArcGIS Developer Help

IFeatureExportInfoGenerator.EndFeatureAttributes Method

Generates export information to end the exportng of feature attributes.

[Visual Basic .NET]
Public Sub EndFeatureAttributes ( _
    ByVal Display As IDisplay _
)
[C#]
public void EndFeatureAttributes (
    IDisplay Display
);
[C++]
HRESULT EndFeatureAttributes(
  IDisplay* Display
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay*

Product Availability

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

See Also

IFeatureExportInfoGenerator Interface