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


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

IFeatureExportInfoGenerator.GenerateFeatureInfo Method

Generates export information (attributes) for a feature into the display. Needs layer fields.

[Visual Basic .NET]
Public Sub GenerateFeatureInfo ( _
    ByVal Feature As IFeature, _
    ByVal Display As IDisplay _
)
[C#]
public void GenerateFeatureInfo (
    IFeature Feature,
    IDisplay Display
);
[C++]
HRESULT GenerateFeatureInfo(
  IFeature* Feature,
  IDisplay* Display
);
[C++]

Parameters Feature [in]
Feature is a parameter of type IFeature Display [in]
Display is a parameter of type IDisplay

Product Availability

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

See Also

IFeatureExportInfoGenerator Interface

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)