Gets all the PushPins on a specific layer
Namespace: Ico.EwxAssembly: 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
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
The EwxLayer should be part of a GraphWorX display to perform this operation
|
See Also