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


IWMSServer.SetParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSServer Interface > IWMSServer.SetParameters Method
ArcGIS Developer Help

IWMSServer.SetParameters Method

Handle setting WMS Server parameters.

[Visual Basic .NET]
Public Sub SetParameters ( _
    ByVal Name As String, _
    ByVal Value As String _
)
[C#]
public void SetParameters (
    string Name,
    string Value
);
[C++]
HRESULT SetParameters(
  BSTR Name,
  BSTR Value
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Value [in]
Value is a parameter of type BSTR

Product Availability

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

Description

Set the parameters of WMS Server Object Extension.

Remarks

Multiple users will be able to use a same Server Object to provide WMS service, but they may provide different information for their own WMS service, for example, "organization info", "contact info", "Style URL". They can use setParameters() method to populate these information.  

See Also

IWMSServer Interface