ArcFM Engine Developer Guide
Item Property (GetRegionHazards)


Gets the position of hazards in a region, weighted by damage type.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal regionId As Integer _
) As WeightedXYPoint()
'Usage
 
Dim instance As GetRegionHazards
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

GetRegionHazards Class
GetRegionHazards Members

 

 


Send Comment