ArcFM Responder Mobile Developer Guide
Envelope Property (mmEnvelopePackageClass)






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

mmEnvelopePackageClass Class
mmEnvelopePackageClass Members

Send Feedback