ArcFM Engine Developer Guide
NetworkLevelDescription Method


The network level identifier.
Returns the description for a network level.
Syntax
'Declaration
 
Public Function NetworkLevelDescription( _
   ByVal networkLevelId As Integer _
) As String
'Usage
 
Dim instance As IncidentNetworkLevelPerRegion
Dim networkLevelId As Integer
Dim value As String
 
value = instance.NetworkLevelDescription(networkLevelId)
public string NetworkLevelDescription( 
   int networkLevelId
)

Parameters

networkLevelId
The network level 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