ArcObjects Library Reference (Carto)  

IMapServer3.ServiceConfigurationInfo Property

A set of name-value pairs for properties set for the MapServer Service Configuration Restrictions.

[Visual Basic .NET]
Public ReadOnly Property ServiceConfigurationInfo As IPropertySet
[C#]
public IPropertySet ServiceConfigurationInfo {get;}
[C++]
HRESULT get_ServiceConfigurationInfo(
  IPropertySet** PropertySet
);
[C++]

Parameters

PropertySet [out, retval]

  PropertySet is a parameter of type IPropertySet

Product Availability

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

Remarks

Use ServiceConfigurationInfo to get restrictions set for a map service by the publisher that are stored in map service configuration file (.cfg). This property returns a PropertySet. This PropertySet includes: MaximumRecordCount, MaximumBufferCount, MaximumImageWidth, MaximumImageHeight and SupportedImageFormatTypes .

Image formats supported by optimized MapServices are “PNG32, PNG24, PNG, JPG, DIB, TIFF , EMF, PS, PDF, GIF, SVG, SVGZ” and by standard MapServices are “PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, AI”.

See Also

IMapServer3 Interface