ArcFM Server Developer Guide
GetPhaseInfo Method


Syntax
'Declaration
 
Public Shared Sub GetPhaseInfo( _
   ByVal geoRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByRef numOfPhases As Integer, _
   ByRef phaseCode() As Integer, _
   ByRef phaseDup() As Integer _
) 
'Usage
 
Dim geoRow As ESRI.ArcGIS.Geodatabase.IRow
Dim numOfPhases As Integer
Dim phaseCode() As Integer
Dim phaseDup() As Integer
 
CommonModule.GetPhaseInfo(geoRow, numOfPhases, phaseCode, phaseDup)
public static void GetPhaseInfo( 
   ESRI.ArcGIS.Geodatabase.IRow geoRow,
   ref int numOfPhases,
   ref int[] phaseCode,
   ref int[] phaseDup
)

Parameters

geoRow
numOfPhases
phaseCode
phaseDup
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