ArcFM Engine Developer Guide
SetExtentFeature Method


IWorkspace
IFeature
Internal use only.
Syntax
'Declaration
 
Sub SetExtentFeature( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal ExtentFeature As ESRI.ArcGIS.Geodatabase.IFeature _
) 
'Usage
 
Dim instance As IMMFeatureMapSheet
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim ExtentFeature As ESRI.ArcGIS.Geodatabase.IFeature
 
instance.SetExtentFeature(Workspace, ExtentFeature)
void SetExtentFeature( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   ESRI.ArcGIS.Geodatabase.IFeature ExtentFeature
)

Parameters

Workspace
IWorkspace
ExtentFeature
IFeature
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

IMMFeatureMapSheet Interface
IMMFeatureMapSheet Members

 

 


Send Comment