ArcFM Desktop Developer Guide
ConvertFeature(IFeature,Boolean) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Function ConvertFeature( _
   ByVal designerFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal copy As Boolean _
) As ESRI.ArcGIS.Geodatabase.IFeature
'Usage
 
Dim instance As FeatureConverter
Dim designerFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim copy As Boolean
Dim value As ESRI.ArcGIS.Geodatabase.IFeature
 
value = instance.ConvertFeature(designerFeature, copy)
public ESRI.ArcGIS.Geodatabase.IFeature ConvertFeature( 
   ESRI.ArcGIS.Geodatabase.IFeature designerFeature,
   bool copy
)

Parameters

designerFeature
copy
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

FeatureConverter Class
FeatureConverter Members

 

 


Send Comment