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


IAnchorPoint.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAnchorPoint Interface > IAnchorPoint.Draw Method
ArcGIS Developer Help

IAnchorPoint.Draw Method

Draw the anchor.

[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

IAnchorPoint Interface