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


IWMSMapLayer3.CustomParameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer3 Interface > IWMSMapLayer3.CustomParameters Property
ArcGIS Developer Help

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