ArcFM Engine 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 Integer _
) As WeightedXYPoint()
'Usage
 
Dim instance As GetRegionIncidentLoadPoints
Dim regionId As Integer
Dim value() As WeightedXYPoint
 
value = instance.Item(regionId)
public WeightedXYPoint[] this[ 
   int regionId
]; {get;}

Parameters

regionId
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GetRegionIncidentLoadPoints Class
GetRegionIncidentLoadPoints Members

 

 


Send Comment