ArcFM Desktop Developer Guide
CreateFiberImpliedConnections Method


Syntax
'Declaration
 
Public Shared Function CreateFiberImpliedConnections( _
   ByVal rowCreated As IRow, _
   ByVal createdRowsParent As IRow, _
   ByVal mnm As IMMModelNameManager, _
   ByVal sourceOrDestination As String _
) As Integer
'Usage
 
Dim rowCreated As IRow
Dim createdRowsParent As IRow
Dim mnm As IMMModelNameManager
Dim sourceOrDestination As String
Dim value As Integer
 
value = ValidateImpliedConnections.CreateFiberImpliedConnections(rowCreated, createdRowsParent, mnm, sourceOrDestination)
public static int CreateFiberImpliedConnections( 
   IRow rowCreated,
   IRow createdRowsParent,
   IMMModelNameManager mnm,
   string sourceOrDestination
)

Parameters

rowCreated
createdRowsParent
mnm
sourceOrDestination
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

ValidateImpliedConnections Class
ValidateImpliedConnections Members

 

 


Send Comment