ArcFM Responder Mobile Developer Guide
UnitsUpdated Method






Syntax
'Declaration
 
Public Overridable Sub UnitsUpdated( _
   ByVal sender As ESRI.ArcGIS.Display.IDisplayTransformation _
) 
'Usage
 
Dim instance As MMInsetFrameSurroundClass
Dim sender As ESRI.ArcGIS.Display.IDisplayTransformation
 
instance.UnitsUpdated(sender)
public virtual void UnitsUpdated( 
   ESRI.ArcGIS.Display.IDisplayTransformation sender
)
public procedure UnitsUpdated( 
    sender: ESRI.ArcGIS.Display.IDisplayTransformation
); virtual; 
public function UnitsUpdated( 
   sender : ESRI.ArcGIS.Display.IDisplayTransformation
);
public: virtual void UnitsUpdated( 
   ESRI.ArcGIS.Display.IDisplayTransformation* sender
) 
public:
virtual void UnitsUpdated( 
   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