ArcFM Responder Mobile Developer Guide
Item Property (GetRegionIncidentLoadPoints)






Gets an array of points indicating the positions of affected load points and the number of customers on each of those load points (weight).
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal regionId As System.Integer _
) As WeightedXYPoint()
'Usage
 
Dim instance As GetRegionIncidentLoadPoints
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);
}

Parameters

regionId
Requirements

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

See Also

Reference

GetRegionIncidentLoadPoints Class
GetRegionIncidentLoadPoints Members

Send Feedback