ArcObjects Library Reference (Carto)  

IFeatureExportInfoGenerator.EndFeature Method

Generates export information that a feature finished to draw.

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

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)