ArcFM Responder Mobile Developer Guide
QueryBounds Method (MMInsetFrameSurround)






Syntax
'Declaration
 
Sub QueryBounds( _
   ByVal Display As ESRI.ArcGIS.Display.IDisplay, _
   ByVal oldBounds As ESRI.ArcGIS.Geometry.IEnvelope, _
   ByVal newBounds As ESRI.ArcGIS.Geometry.IEnvelope _
) 
'Usage
 
Dim instance As MMInsetFrameSurround
Dim Display As ESRI.ArcGIS.Display.IDisplay
Dim oldBounds As ESRI.ArcGIS.Geometry.IEnvelope
Dim newBounds As ESRI.ArcGIS.Geometry.IEnvelope
 
instance.QueryBounds(Display, oldBounds, newBounds)
void QueryBounds( 
   ESRI.ArcGIS.Display.IDisplay Display,
   ESRI.ArcGIS.Geometry.IEnvelope oldBounds,
   ESRI.ArcGIS.Geometry.IEnvelope newBounds
)
procedure QueryBounds( 
    Display: ESRI.ArcGIS.Display.IDisplay;
    oldBounds: ESRI.ArcGIS.Geometry.IEnvelope;
    newBounds: ESRI.ArcGIS.Geometry.IEnvelope
); 
function QueryBounds( 
   Display : ESRI.ArcGIS.Display.IDisplay,
   oldBounds : ESRI.ArcGIS.Geometry.IEnvelope,
   newBounds : ESRI.ArcGIS.Geometry.IEnvelope
);
void QueryBounds( 
   ESRI.ArcGIS.Display.IDisplay* Display,
   ESRI.ArcGIS.Geometry.IEnvelope* oldBounds,
   ESRI.ArcGIS.Geometry.IEnvelope* newBounds
) 
void QueryBounds( 
   ESRI.ArcGIS.Display.IDisplay^ Display,
   ESRI.ArcGIS.Geometry.IEnvelope^ oldBounds,
   ESRI.ArcGIS.Geometry.IEnvelope^ newBounds
) 

Parameters

Display
oldBounds
newBounds
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

MMInsetFrameSurround Interface
MMInsetFrameSurround Members

Send Feedback