ArcFM Responder Mobile Developer Guide
AddExtent Method






Syntax
'Declaration
 
Sub AddExtent( _
   ByVal PageLayout As ESRI.ArcGIS.Carto.IPageLayout, _
   ByVal Envelope As ESRI.ArcGIS.Geometry.IEnvelope, _
   ByVal FeatureOID As System.Integer _
) 
'Usage
 
Dim instance As IMMPlotPreview
Dim PageLayout As ESRI.ArcGIS.Carto.IPageLayout
Dim Envelope As ESRI.ArcGIS.Geometry.IEnvelope
Dim FeatureOID As System.Integer
 
instance.AddExtent(PageLayout, Envelope, FeatureOID)
void AddExtent( 
   ESRI.ArcGIS.Carto.IPageLayout PageLayout,
   ESRI.ArcGIS.Geometry.IEnvelope Envelope,
   System.int FeatureOID
)
procedure AddExtent( 
    PageLayout: ESRI.ArcGIS.Carto.IPageLayout;
    Envelope: ESRI.ArcGIS.Geometry.IEnvelope;
    FeatureOID: System.Integer
); 
function AddExtent( 
   PageLayout : ESRI.ArcGIS.Carto.IPageLayout,
   Envelope : ESRI.ArcGIS.Geometry.IEnvelope,
   FeatureOID : System.int
);
void AddExtent( 
   ESRI.ArcGIS.Carto.IPageLayout* PageLayout,
   ESRI.ArcGIS.Geometry.IEnvelope* Envelope,
   System.int FeatureOID
) 
void AddExtent( 
   ESRI.ArcGIS.Carto.IPageLayout^ PageLayout,
   ESRI.ArcGIS.Geometry.IEnvelope^ Envelope,
   System.int FeatureOID
) 

Parameters

PageLayout
Envelope
FeatureOID
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

IMMPlotPreview Interface
IMMPlotPreview Members

Send Feedback