ArcFM Solution 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 System.Integer _
) As System.Collections.Generic.IEnumerable(Of Integer)
'Usage
 
Dim instance As IncidentNetworkLevelPerRegion
Dim regionId As System.Integer
Dim value As System.Collections.Generic.IEnumerable(Of Integer)
 
value = instance.NetworkLevelIds(regionId)
public System.Collections.Generic.IEnumerable<int> NetworkLevelIds( 
   System.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