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)