ArcFM Responder Mobile Developer Guide
ResolutionUpdated Method






Syntax
'Declaration
 
Public Overridable Sub ResolutionUpdated( _
   ByVal sender As ESRI.ArcGIS.Display.IDisplayTransformation _
) 
'Usage
 
Dim instance As MMInsetFrameSurroundClass
Dim sender As ESRI.ArcGIS.Display.IDisplayTransformation
 
instance.ResolutionUpdated(sender)
public virtual void ResolutionUpdated( 
   ESRI.ArcGIS.Display.IDisplayTransformation sender
)
public procedure ResolutionUpdated( 
    sender: ESRI.ArcGIS.Display.IDisplayTransformation
); virtual; 
public function ResolutionUpdated( 
   sender : ESRI.ArcGIS.Display.IDisplayTransformation
);
public: virtual void ResolutionUpdated( 
   ESRI.ArcGIS.Display.IDisplayTransformation* sender
) 
public:
virtual void ResolutionUpdated( 
   ESRI.ArcGIS.Display.IDisplayTransformation^ sender
) 

Parameters

sender
Requirements

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

See Also

Reference

MMInsetFrameSurroundClass Class
MMInsetFrameSurroundClass Members

Send Feedback