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