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


IDynamicObjectActivate.DynamicActivate Method (ArcObjects .NET 10.7 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > ID > IDynamicObjectActivate Interface > IDynamicObjectActivate.DynamicActivate Method
ArcGIS Developer Help

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