Miner.Responder.Framework.Requests Namespace > GetRegionIncidentDevices Class : Item Property |
'Declaration
Public ReadOnly Default Property Item( _ ByVal regionId As System.Integer _ ) As WeightedXYPoint()
'Usage
Dim instance As GetRegionIncidentDevices Dim regionId As System.Integer Dim value() As WeightedXYPoint value = instance.Item(regionId)
public WeightedXYPoint[] this[ System.int regionId ]; {get;}
public this: : array of WeightedXYPoint;[ regionId: System.Integer ]; read-only
public this[ regionId : System.int ] get : WeightedXYPoint[]
public: __property WeightedXYPoint[]* get_Item System.int regionId ;
public: property array<WeightedXYPoint>^ default [int] { array<WeightedXYPoint>^ get(System.int regionId); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2