ArcFM Engine Developer Guide
ViewRefreshed Method (MMMapListenerClass)


Syntax
'Declaration
 
Public Overridable Sub ViewRefreshed( _
   ByVal View As ESRI.ArcGIS.Carto.IActiveView, _
   ByVal phase As ESRI.ArcGIS.Carto.esriViewDrawPhase, _
   ByVal Data As Object, _
   ByVal envelope As ESRI.ArcGIS.Geometry.IEnvelope _
) 
'Usage
 
Dim instance As MMMapListenerClass
Dim View As ESRI.ArcGIS.Carto.IActiveView
Dim phase As ESRI.ArcGIS.Carto.esriViewDrawPhase
Dim Data As Object
Dim envelope As ESRI.ArcGIS.Geometry.IEnvelope
 
instance.ViewRefreshed(View, phase, Data, envelope)
public virtual void ViewRefreshed( 
   ESRI.ArcGIS.Carto.IActiveView View,
   ESRI.ArcGIS.Carto.esriViewDrawPhase phase,
   object Data,
   ESRI.ArcGIS.Geometry.IEnvelope envelope
)

Parameters

View
phase
Data
envelope
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