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


IMapServerInfo4.SupportsDynamicLayers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerInfo4 Interface > IMapServerInfo4.SupportsDynamicLayers Property
ArcGIS Developer Help

IMapServerInfo4.SupportsDynamicLayers Property

Indicates if this server supports per-request modification to layer properties.

[Visual Basic .NET]
Public ReadOnly Property SupportsDynamicLayers As Boolean
[C#]
public bool SupportsDynamicLayers {get;}
[C++]
HRESULT get_SupportsDynamicLayers(
  Boolean* SupportsDynamicLayers
);
[C++]
Parameters
SupportsDynamicLayers [out, retval]

SupportsDynamicLayers is a parameter of type bool*

Product Availability

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

Remarks

It returns the value of enableDynamicLayers property set in a service configuration.

When this is true, the MapServer supports the following capabilities:

See Also

IMapServerInfo4 Interface