ArcFM Server Developer Guide
GetNextConnection Method


Syntax
'Declaration
 
Public Function GetNextConnection( _
   ByVal connectionGuidToExclude As String, _
   ByVal fromGuid As String _
) As SE.ArcFM.FiberManager.Contracts.FiberConnectionInfo
'Usage
 
Dim instance As RowConvertor
Dim connectionGuidToExclude As String
Dim fromGuid As String
Dim value As SE.ArcFM.FiberManager.Contracts.FiberConnectionInfo
 
value = instance.GetNextConnection(connectionGuidToExclude, fromGuid)
public SE.ArcFM.FiberManager.Contracts.FiberConnectionInfo GetNextConnection( 
   string connectionGuidToExclude,
   string fromGuid
)

Parameters

connectionGuidToExclude
fromGuid
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