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