ArcFM Desktop Developer Guide
AddConnectable Method


Syntax
'Declaration
 
Public Sub AddConnectable( _
   ByVal entityId As String, _
   ByVal connectableGuid As String, _
   ByVal connectableNumber As Integer, _
   ByVal groupId As Integer, _
   ByVal spliceType As String _
) 
'Usage
 
Dim instance As SpliceSchematicConnectionGroupCache
Dim entityId As String
Dim connectableGuid As String
Dim connectableNumber As Integer
Dim groupId As Integer
Dim spliceType As String
 
instance.AddConnectable(entityId, connectableGuid, connectableNumber, groupId, spliceType)
public void AddConnectable( 
   string entityId,
   string connectableGuid,
   int connectableNumber,
   int groupId,
   string spliceType
)

Parameters

entityId
connectableGuid
connectableNumber
groupId
spliceType
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

SpliceSchematicConnectionGroupCache Class
SpliceSchematicConnectionGroupCache Members

 

 


Send Comment