ArcFM Engine 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 Integer _
) 
'Usage
 
Dim instance As IMMPlotPreview
Dim PageLayout As ESRI.ArcGIS.Carto.IPageLayout
Dim Envelope As ESRI.ArcGIS.Geometry.IEnvelope
Dim FeatureOID As Integer
 
instance.AddExtent(PageLayout, Envelope, FeatureOID)
void AddExtent( 
   ESRI.ArcGIS.Carto.IPageLayout PageLayout,
   ESRI.ArcGIS.Geometry.IEnvelope Envelope,
   int FeatureOID
)

Parameters

PageLayout
Envelope
FeatureOID
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPlotPreview Interface
IMMPlotPreview Members

 

 


Send Comment