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


IWMSMapLayer3.CustomParameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWMSMapLayer3.CustomParameters Property

Custom Parameters for the WMS Map Layer image.

[Visual Basic .NET]
Public Property CustomParameters As IPropertySet
[C#]
public IPropertySet CustomParameters {get; set;}
[C++]
HRESULT get_CustomParameters(
  IPropertySet** CustomParameters
);
[C++]
HRESULT putref_CustomParameters(
  IPropertySet* CustomParameters
);
[C++]

Parameters CustomParameters [out, retval]
CustomParameters is a parameter of type IPropertySet CustomParameters [in]
CustomParameters is a parameter of type IPropertySet

Product Availability

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

See Also

IWMSMapLayer3 Interface