ArcFM Server Developer Guide
GetExistingRowsForCable Method


Syntax
'Declaration
 
Public Shared Function GetExistingRowsForCable( _
   ByVal pCableRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal pULSObject As ESRI.ArcGIS.Geodatabase.IObject, _
   ByVal pAttrRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass, _
   ByRef pQueryFilter As ESRI.ArcGIS.Geodatabase.IQueryFilter _
) As ESRI.ArcGIS.Geodatabase.ICursor
'Usage
 
Dim pCableRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pULSObject As ESRI.ArcGIS.Geodatabase.IObject
Dim pAttrRelClass As ESRI.ArcGIS.Geodatabase.IRelationshipClass
Dim pQueryFilter As ESRI.ArcGIS.Geodatabase.IQueryFilter
Dim value As ESRI.ArcGIS.Geodatabase.ICursor
 
value = CommonModule.GetExistingRowsForCable(pCableRow, pULSObject, pAttrRelClass, pQueryFilter)
public static ESRI.ArcGIS.Geodatabase.ICursor GetExistingRowsForCable( 
   ESRI.ArcGIS.Geodatabase.IRow pCableRow,
   ESRI.ArcGIS.Geodatabase.IObject pULSObject,
   ESRI.ArcGIS.Geodatabase.IRelationshipClass pAttrRelClass,
   ref ESRI.ArcGIS.Geodatabase.IQueryFilter pQueryFilter
)

Parameters

pCableRow
pULSObject
pAttrRelClass
pQueryFilter
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