ArcFM Engine Developer Guide
NetworkLevelIds Method


The region identifier.
Returns the identifiers for the network levels with incidents within a given region.
Syntax
'Declaration
 
Public Function NetworkLevelIds( _
   ByVal regionId As Integer _
) As IEnumerable(Of Integer)
'Usage
 
Dim instance As IncidentNetworkLevelPerRegion
Dim regionId As Integer
Dim value As IEnumerable(Of Integer)
 
value = instance.NetworkLevelIds(regionId)
public IEnumerable<int> NetworkLevelIds( 
   int regionId
)

Parameters

regionId
The region identifier.
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

IncidentNetworkLevelPerRegion Class
IncidentNetworkLevelPerRegion Members

 

 


Send Comment