Determines if the user should be allowed to change the visibility of different layers of the selected map.
Namespace: Ico.Ewx.DesignAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Object Convert(
Object value,
Type targetType,
Object parameter,
CultureInfo culture
) |
Visual Basic |
---|
Public Function Convert ( _
value As Object, _
targetType As Type, _
parameter As Object, _
culture As CultureInfo _
) As Object |
JScript |
---|
public final function Convert(
value : Object,
targetType : Type,
parameter : Object,
culture : CultureInfo
) : Object |
Parameters
- value
- Type: System..::..Object
- targetType
- Type: System..::..Type
- parameter
- Type: System..::..Object
- culture
- Type: System.Globalization..::..CultureInfo
Return Value
Implements
IValueConverter..::..Convert(Object, Type, Object, CultureInfo)See Also