ArcFM Solution Developer Guide
NetworkLevelDescription Method


The network level identifier.
Returns the description for a network level.
Syntax
'Declaration
 
Public Function NetworkLevelDescription( _
   ByVal networkLevelId As System.Integer _
) As System.String
'Usage
 
Dim instance As IncidentNetworkLevelPerRegion
Dim networkLevelId As System.Integer
Dim value As System.String
 
value = instance.NetworkLevelDescription(networkLevelId)
public System.string NetworkLevelDescription( 
   System.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