ArcFM Desktop Developer Guide
Convert Method


Syntax
'Declaration
 
Function Convert( _
   ByVal input As ESRI.ArcGIS.Geodatabase.IRow _
) As TOutput
'Usage
 
Dim instance As IConvertRowTo(Of TOutput)
Dim input As ESRI.ArcGIS.Geodatabase.IRow
Dim value As TOutput
 
value = instance.Convert(input)
TOutput Convert( 
   ESRI.ArcGIS.Geodatabase.IRow input
)

Parameters

input
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

IConvertRowTo<TOutput> Interface
IConvertRowTo<TOutput> Members

 

 


Send Comment