Shortcut to retrieve a pushpin by its name

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

Syntax

C#
public PushPin GetPushPinByName(
	string pushPinName
)
Visual Basic
Public Function GetPushPinByName ( _
	pushPinName As String _
) As PushPin
JScript
public function GetPushPinByName(
	pushPinName : String
) : PushPin

Parameters

pushPinName
Type: System..::..String
The name of the PushPin

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