ArcFM Engine Developer Guide
SetRowToCurrentPhase Method


Syntax
'Declaration
 
Public Shared Sub SetRowToCurrentPhase( _
   ByVal pCableRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal pULSObject As ESRI.ArcGIS.Geodatabase.IObject, _
   ByVal pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByVal lNumOfPhases As Integer, _
   ByVal lDuctNumber As Integer, _
   ByVal lCurrentPhaseCode As Integer, _
   ByVal lPhaseCode() As Integer, _
   ByVal lPhaseDup() As Integer _
) 
'Usage
 
Dim pCableRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pULSObject As ESRI.ArcGIS.Geodatabase.IObject
Dim pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim lNumOfPhases As Integer
Dim lDuctNumber As Integer
Dim lCurrentPhaseCode As Integer
Dim lPhaseCode() As Integer
Dim lPhaseDup() As Integer
 
CommonModule.SetRowToCurrentPhase(pCableRow, pULSObject, pRelClass, lNumOfPhases, lDuctNumber, lCurrentPhaseCode, lPhaseCode, lPhaseDup)
public static void SetRowToCurrentPhase( 
   ESRI.ArcGIS.Geodatabase.IRow pCableRow,
   ESRI.ArcGIS.Geodatabase.IObject pULSObject,
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pRelClass,
   int lNumOfPhases,
   int lDuctNumber,
   int lCurrentPhaseCode,
   int[] lPhaseCode,
   int[] lPhaseDup
)

Parameters

pCableRow
pULSObject
pRelClass
lNumOfPhases
lDuctNumber
lCurrentPhaseCode
lPhaseCode
lPhaseDup
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

CommonModule Class
CommonModule Members

 

 


Send Feedback