ArcFM Server Developer Guide
GetCurrentSpliceLosses Method


Syntax
'Declaration
 
Public Function GetCurrentSpliceLosses( _
   ByVal losses As String _
) As Dictionary(Of String,String)
'Usage
 
Dim instance As RowConvertor
Dim losses As String
Dim value As Dictionary(Of String,String)
 
value = instance.GetCurrentSpliceLosses(losses)
public Dictionary<string,string> GetCurrentSpliceLosses( 
   string losses
)

Parameters

losses
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