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


IFeatureExportInfoGenerator.BeginFeatureAttributes Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFeatureExportInfoGenerator.BeginFeatureAttributes Method

Generates export information to begin the exporting of feature attributes.

[Visual Basic .NET]
Public Sub BeginFeatureAttributes ( _
    ByVal Display As IDisplay _
)
[C#]
public void BeginFeatureAttributes (
    IDisplay Display
);
[C++]
HRESULT BeginFeatureAttributes(
  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