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


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

IFeatureExportInfoGenerator.BeginFeature Method

Generates export information that a feature is starting to draw.

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