ArcGIS Developer Help  (Carto)    

IElement.Activate Method

Prepare to display graphic on screen.

[Visual Basic 6.0]
Sub Activate(
    ByVal Display As IDisplay _
)
[Visual Basic .NET]
Public Sub Activate ( _
    ByVal Display As IDisplay _
)
[C#]
public void Activate (
    IDisplay Display
);
[Java]
public void activate (
    IDisplay Display
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Activate(
  IDisplay* Display
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Product Availability

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

Remarks

Activate prepares the screen display for output and orients the scale of the element to the specified display.  Activate should be executed with the current display before execute the IElement::Draw method.

 

See Also

IElement Interface

 


Feedback Send feedback on this page