ArcFM Responder Mobile Developer Guide
Envelope Property (IMMEnvelopePackage)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property Envelope As ESRI.ArcGIS.Geometry.IEnvelope
'Usage
 
Dim instance As IMMEnvelopePackage
Dim value As ESRI.ArcGIS.Geometry.IEnvelope
 
instance.Envelope = value
 
value = instance.Envelope
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Geometry.IEnvelope Envelope {get; set;}
read-write property Envelope: ESRI.ArcGIS.Geometry.IEnvelope; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set Envelope : ESRI.ArcGIS.Geometry.IEnvelope
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Geometry.IEnvelope* get_Envelope();
__property void set_Envelope( 
   ESRI.ArcGIS.Geometry.IEnvelope* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Geometry.IEnvelope^ Envelope {
   ESRI.ArcGIS.Geometry.IEnvelope^ get();
   void set (    ESRI.ArcGIS.Geometry.IEnvelope^ value);
}
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

IMMEnvelopePackage Interface
IMMEnvelopePackage Members

Send Feedback