ArcObjects Library Reference (DefenseSolutions)  

IFeatureGraphicSet.Find Method

Retrieves the cached graphic representing the specified feature.

[Visual Basic .NET]
Public Function Find ( _
    ByVal Feature As Object _
) As IFeatureGraphic
[C#]
public IFeatureGraphic Find (
    object Feature
);
[C++]
HRESULT Find(
  VARIANT Feature,
  IFeatureGraphic** Graphic
);
[C++]

Parameters

Feature [in]   Feature is a parameter of type VARIANT Graphic [out, retval]

  Graphic is a parameter of type IFeatureGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFeatureGraphicSet Interface