Responder Developer Guide
Execute Method (FacilityID)


Version: 10.2.1a

Resource Center Home

This AutoUpdater populates the FacilityID attribute on the floor or wall with the FacilityID, which is stored in the DiagramStatus when the user enters Diagram Mode. It also sets the FacilityDiagram field on the UndergroundStructure (Y/N).
Syntax
'Declaration
 
Public Sub Execute( _
   ByVal pObject As ESRI.ArcGIS.Geodatabase.IObject, _
   ByVal eAUMode As mmAutoUpdaterMode, _
   ByVal eEvent As mmEditEvent _
) 
'Usage
 
Dim instance As FacilityID
Dim pObject As ESRI.ArcGIS.Geodatabase.IObject
Dim eAUMode As mmAutoUpdaterMode
Dim eEvent As mmEditEvent
 
instance.Execute(pObject, eAUMode, eEvent)
public void Execute( 
   ESRI.ArcGIS.Geodatabase.IObject pObject,
   mmAutoUpdaterMode eAUMode,
   mmEditEvent eEvent
)

Parameters

pObject
eAUMode
eEvent
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

FacilityID Class
FacilityID Members

 

 


Send Comment