ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* SupportsDynamicLayers
);
[C++]

Parameters

SupportsDynamicLayers [out, retval]   SupportsDynamicLayers is a parameter of type VARIANT_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