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


IObjectActivate.Activate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IObjectActivate.Activate Method

Activates the object.

[Visual Basic .NET]
Public Sub Activate ( _
)
[C#]
public void Activate (
);
[C++]
HRESULT Activate(
void
);

Product Availability

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

See Also

IObjectActivate Interface