ArcObjects Library Reference  (Carto)    

ICoverageAnnotationSel.NextSelectedFeatureAndGraphic Method

Generates the next selected feature and graphic element in the graphics generation loop. Returns a NULL feature and element after the last annotation feature has been read. Call only after StartGeneratingGraphics.

[Visual Basic 6.0]
Sub NextSelectedFeatureAndGraphic(
    Feature As IFeature, _
    Element As IElement _
)
[Visual Basic .NET]
Public Sub NextSelectedFeatureAndGraphic ( _
    ByRef Feature As IFeature, _
    ByRef Element As IElement _
)
[C#]
public void NextSelectedFeatureAndGraphic (
    ref IFeature Feature,
    ref IElement Element
);
[Java]
public void nextSelectedFeatureAndGraphic (
    IFeature Feature,
    IElement Element
)
throws
    IOException,
    AutomationException
[C++]
HRESULT NextSelectedFeatureAndGraphic(
  IFeature** Feature,
  IElement** Element
);
[C++]

Parameters

Feature [out]

  Feature is a parameter of type IFeature

Element [out]

  Element is a parameter of type IElement

Product Availability

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

See Also

ICoverageAnnotationSel Interface

 


Feedback Send feedback on this page