ArcFM Responder Mobile Developer Guide
AddWorkLocationToList Method (IMMFrameworkUtilities2)






Syntax
'Declaration
 
Sub AddWorkLocationToList( _
   ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal pList As ID8List _
) 
'Usage
 
Dim instance As IMMFrameworkUtilities2
Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim pList As ID8List
 
instance.AddWorkLocationToList(pFeature, pList)
void AddWorkLocationToList( 
   ESRI.ArcGIS.Geodatabase.IFeature pFeature,
   ID8List pList
)
procedure AddWorkLocationToList( 
    pFeature: ESRI.ArcGIS.Geodatabase.IFeature;
    pList: ID8List
); 
function AddWorkLocationToList( 
   pFeature : ESRI.ArcGIS.Geodatabase.IFeature,
   pList : ID8List
);
void AddWorkLocationToList( 
   ESRI.ArcGIS.Geodatabase.IFeature* pFeature,
   ID8List* pList
) 
void AddWorkLocationToList( 
   ESRI.ArcGIS.Geodatabase.IFeature^ pFeature,
   ID8List^ pList
) 

Parameters

pFeature
pList
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMFrameworkUtilities2 Interface
IMMFrameworkUtilities2 Members

Send Feedback