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


IGraphicsLayer.Activate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGraphicsLayer.Activate Method

Prepare to display graphic on screen.

[Visual Basic .NET]
Public Sub Activate ( _
    ByVal containerScreen As IScreenDisplay _
)
[C#]
public void Activate (
    IScreenDisplay containerScreen
);
[C++]
HRESULT Activate(
  IScreenDisplay* containerScreen
);
[C++]

Parameters containerScreen [in]
containerScreen is a parameter of type IScreenDisplay

Product Availability

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

See Also

IGraphicsLayer Interface