ArcFM Engine Developer Guide
GetAllConnectedObjectsNotAt Method


Syntax
'Declaration
 
Public Shared Function GetAllConnectedObjectsNotAt( _
   ByVal objectConnectedTo As IRow, _
   ByVal containerToExclude As IRow, _
   ByVal rowConv As RowConvertor _
) As IEnumerable(Of IRow)
'Usage
 
Dim objectConnectedTo As IRow
Dim containerToExclude As IRow
Dim rowConv As RowConvertor
Dim value As IEnumerable(Of IRow)
 
value = FiberSelector.GetAllConnectedObjectsNotAt(objectConnectedTo, containerToExclude, rowConv)
public static IEnumerable<IRow> GetAllConnectedObjectsNotAt( 
   IRow objectConnectedTo,
   IRow containerToExclude,
   RowConvertor rowConv
)

Parameters

objectConnectedTo
containerToExclude
rowConv
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

FiberSelector Class
FiberSelector Members

 

 


Send Comment