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:
- modify layer's renderer
- change layer order
- add new layers dynamically from registered workspace
- add or modify layer/table joins