This document is archived and information here might be outdated. Recommended version. |
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*