ArcObjects Library Reference  (Carto)    

IWCSServer.SetParameters Method

Handle setting WCS Server parameters.

[Visual Basic 6.0]
Sub SetParameters(
    ByVal Name As String, _
    ByVal Value As String _
)
[Visual Basic .NET]
Public Sub SetParameters ( _
    ByVal Name As String, _
    ByVal Value As String _
)
[C#]
public void SetParameters (
    string Name,
    string Value
);
[Java]
public void setParameters (
    String Name,
    String Value
)
throws
    IOException,
    AutomationException
[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.

Remarks

SetParameter sets the parameters of the WCS service which can be retrieved through a GetCapabilities request.

See Also

IWCSServer Interface