ArcFM Engine Developer Guide
GetFeature Method


The workspace containing the feature.
The feature class ID number.
The feature ID number.
Retrieves a feature from a workspace.
Syntax
'Declaration
 
Public Shared Function GetFeature( _
   ByVal workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal fcid As Integer, _
   ByVal oid As Integer _
) As ESRI.ArcGIS.Geodatabase.IFeature
'Usage
 
Dim workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim fcid As Integer
Dim oid As Integer
Dim value As ESRI.ArcGIS.Geodatabase.IFeature
 
value = GeoObject.GetFeature(workspace, fcid, oid)
public static ESRI.ArcGIS.Geodatabase.IFeature GetFeature( 
   ESRI.ArcGIS.Geodatabase.IWorkspace workspace,
   int fcid,
   int oid
)

Parameters

workspace
The workspace containing the feature.
fcid
The feature class ID number.
oid
The feature ID number.
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

GeoObject Class
GeoObject Members

 

 


Send Comment