ArcObjects Library Reference (Carto)  

IPushPin.Draw Method

Draws the pin 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.

See Also

IPushPin Interface