ArcFM Engine Developer Guide
Initialize Method (IMMDeviceStatus)


Syntax
'Declaration
 
Sub Initialize( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal snapShotDate As Date, _
   ByVal useConfirmedIncidentsOnly As Boolean _
) 
'Usage
 
Dim instance As IMMDeviceStatus
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim snapShotDate As Date
Dim useConfirmedIncidentsOnly As Boolean
 
instance.Initialize(GeometricNetwork, snapShotDate, useConfirmedIncidentsOnly)
void Initialize( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   DateTime snapShotDate,
   bool useConfirmedIncidentsOnly
)

Parameters

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

IMMDeviceStatus Interface
IMMDeviceStatus Members

 

 


Send Comment