Gets all the PushPins on a specific layer

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

Syntax

C#
public PushPinCollection GetPushPinByLayer(
	string layerName
)
Visual Basic
Public Function GetPushPinByLayer ( _
	layerName As String _
) As PushPinCollection
JScript
public function GetPushPinByLayer(
	layerName : String
) : PushPinCollection

Parameters

layerName
Type: System..::..String
The name of the layer that contains the PushPins

Remarks

It's a shortcut to get pushpins only from a specific layer's Children collection

Exceptions

ExceptionCondition
System..::..InvalidOperationException The EwxLayer should be part of a GraphWorX display to perform this operation

See Also