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


IDynamicObjectActivate.DynamicActivate Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IDynamicObjectActivate.DynamicActivate Method

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

Error in GetMethodSyntax: ESRI.ArcGIS.Server.IDynamicObjectActivate was not found in assembly ESRI.ArcGIS.Server, Version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86
[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