ArcFM Desktop Developer Guide
GetSpliceLossesByType Method


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

Parameters

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