Returns the pushpins that have the same collection name
Namespace: Ico.EwxAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public PushPinCollection GetPushPinByCollection(
string collectionName
) |
| Visual Basic |
|---|
Public Function GetPushPinByCollection ( _
collectionName As String _
) As PushPinCollection |
| JScript |
|---|
public function GetPushPinByCollection(
collectionName : String
) : PushPinCollection |
Parameters
- collectionName
- Type: System..::..String
The name of the collection specified in the PushPins
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
The EwxLayer should be part of a GraphWorX display to perform this operation
|
See Also