Show/Hides an element on the map

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void FilterElement(
	string elementName,
	bool hide
)
Visual Basic
Public Sub FilterElement ( _
	elementName As String, _
	hide As Boolean _
)
JScript
public function FilterElement(
	elementName : String, 
	hide : boolean
)

Parameters

elementName
Type: System..::..String
The name of the element
hide
Type: System..::..Boolean
Specifies if the element should be hidden or not

Exceptions

ExceptionCondition
System..::..InvalidOperationException The EwxLayer should be part of a GraphWorX display to perform this operation
System..::..ArgumentException An exception is fired if there is no object with the pushPinName specified in the argument

See Also