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


IGraphicsLayer.Activate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsLayer Interface > IGraphicsLayer.Activate Method
ArcGIS Developer Help

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