ArcFM Responder Mobile Developer Guide
Initialize Method (IMMDeviceStatus)






Syntax
'Declaration
 
Sub Initialize( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal snapShotDate As System.Date, _
   ByVal useConfirmedIncidentsOnly As System.Boolean _
) 
'Usage
 
Dim instance As IMMDeviceStatus
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim snapShotDate As System.Date
Dim useConfirmedIncidentsOnly As System.Boolean
 
instance.Initialize(GeometricNetwork, snapShotDate, useConfirmedIncidentsOnly)
void Initialize( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   System.DateTime snapShotDate,
   System.bool useConfirmedIncidentsOnly
)
procedure Initialize( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    snapShotDate: System.DateTime;
    useConfirmedIncidentsOnly: System.Boolean
); 
function Initialize( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   snapShotDate : System.DateTime,
   useConfirmedIncidentsOnly : System.boolean
);
void Initialize( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   System.DateTime snapShotDate,
   System.bool useConfirmedIncidentsOnly
) 
void Initialize( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork,
   System.DateTime snapShotDate,
   System.bool useConfirmedIncidentsOnly
) 

Parameters

GeometricNetwork
snapShotDate
useConfirmedIncidentsOnly
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

IMMDeviceStatus Interface
IMMDeviceStatus Members

Send Feedback