ArcFM Desktop Developer Guide
GetCurrentSpliceLossesByType Method


Syntax
'Declaration
 
Public Function GetCurrentSpliceLossesByType( _
   ByVal key As FiberKeyEnum, _
   ByVal isCatalog As Boolean _
) As Dictionary(Of String,String)
'Usage
 
Dim instance As RowConvertor
Dim key As FiberKeyEnum
Dim isCatalog As Boolean
Dim value As Dictionary(Of String,String)
 
value = instance.GetCurrentSpliceLossesByType(key, isCatalog)
public Dictionary<string,string> GetCurrentSpliceLossesByType( 
   FiberKeyEnum key,
   bool isCatalog
)

Parameters

key
isCatalog
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

RowConvertor Class
RowConvertor Members

 

 


Send Comment