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


IDynamicObjectActivate.DynamicActivate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IDynamicObjectActivate.DynamicActivate Method

Activates dynamically initialized server object or extension using configuration parameters identical to ones passed to the IObjectConstruct::Construct()

[Visual Basic .NET]
Public Sub DynamicActivate ( _
    ByVal pConfigProps As IPropertySet _
)
[C#]
public void DynamicActivate (
    IPropertySet pConfigProps
);
[C++]
HRESULT DynamicActivate(
  IPropertySet* pConfigProps
);
[C++]

Parameters pConfigProps [in]
pConfigProps is a parameter of type IPropertySet

Product Availability

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

See Also

IDynamicObjectActivate Interface