ArcFM Desktop Developer Guide
MakeNumRowsRight Method


Syntax
'Declaration
 
Public Shared Sub MakeNumRowsRight( _
   ByVal pCableRow As IRow, _
   ByVal pULSObject As IObject, _
   ByVal pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByRef lNumOfPhases As Integer _
) 
'Usage
 
Dim pCableRow As IRow
Dim pULSObject As IObject
Dim pRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim lNumOfPhases As Integer
 
CommonModule.MakeNumRowsRight(pCableRow, pULSObject, pRelClass, lNumOfPhases)
public static void MakeNumRowsRight( 
   IRow pCableRow,
   IObject pULSObject,
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pRelClass,
   ref int lNumOfPhases
)

Parameters

pCableRow
pULSObject
pRelClass
lNumOfPhases
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 Comment