ArcFM Desktop Developer Guide
ConvertFeature(IFeature,Boolean) Method


Syntax
'Declaration
 
Public Function ConvertFeature( _
   ByVal designerFeature As IFeature, _
   ByVal copy As Boolean _
) As IFeature
'Usage
 
Dim instance As FeatureConverter
Dim designerFeature As IFeature
Dim copy As Boolean
Dim value As IFeature
 
value = instance.ConvertFeature(designerFeature, copy)
public IFeature ConvertFeature( 
   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