This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer3 Interface > IWMSMapLayer3.CustomParameters Property (ArcObjects .NET 10.5 SDK) |
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