Miner.Interop Namespace > IMMDeviceStatus Interface : Initialize Method |
'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 )
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