ArcFM Engine Developer Guide
AfterItemDraw Method (MMMapListenerClass)


Syntax
'Declaration
 
Public Overridable Sub AfterItemDraw( _
   ByVal Index As Short, _
   ByVal Display As ESRI.ArcGIS.Display.IDisplay, _
   ByVal phase As ESRI.ArcGIS.esriSystem.esriDrawPhase _
) 
'Usage
 
Dim instance As MMMapListenerClass
Dim Index As Short
Dim Display As ESRI.ArcGIS.Display.IDisplay
Dim phase As ESRI.ArcGIS.esriSystem.esriDrawPhase
 
instance.AfterItemDraw(Index, Display, phase)
public virtual void AfterItemDraw( 
   short Index,
   ESRI.ArcGIS.Display.IDisplay Display,
   ESRI.ArcGIS.esriSystem.esriDrawPhase phase
)

Parameters

Index
Display
phase
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

MMMapListenerClass Class
MMMapListenerClass Members

 

 


Send Comment