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


IFeatureBookmark.Draw Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureBookmark.Draw Method

Draws the feature on the map display.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Display As IDisplay _
)
[C#]
public void Draw (
    IDisplay Display
);
[C++]
HRESULT Draw(
  IDisplay* Display
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay

Product Availability

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

Description

Draw the feature associated with the bookmark.

See Also

IFeatureBookmark Interface