ArcFM Responder Mobile Developer Guide
AddWorkLocationToList Method (mmFrameworkUtilitiesClass)






Syntax
'Declaration
 
Public Overridable Sub AddWorkLocationToList( _
   ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal pList As ID8List _
) 
'Usage
 
Dim instance As mmFrameworkUtilitiesClass
Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim pList As ID8List
 
instance.AddWorkLocationToList(pFeature, pList)
public virtual void AddWorkLocationToList( 
   ESRI.ArcGIS.Geodatabase.IFeature pFeature,
   ID8List pList
)
public procedure AddWorkLocationToList( 
    pFeature: ESRI.ArcGIS.Geodatabase.IFeature;
    pList: ID8List
); virtual; 
public function AddWorkLocationToList( 
   pFeature : ESRI.ArcGIS.Geodatabase.IFeature,
   pList : ID8List
);
public: virtual void AddWorkLocationToList( 
   ESRI.ArcGIS.Geodatabase.IFeature* pFeature,
   ID8List* pList
) 
public:
virtual 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

mmFrameworkUtilitiesClass Class
mmFrameworkUtilitiesClass Members

Send Feedback