ArcFM Responder Mobile Developer Guide
ConvertAll<TOutput> Method (GeoLine)






Syntax
'Declaration
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As System.Converter(Of GeoPoint,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
'Usage
 
Dim instance As GeoLine
Dim converter As System.Converter(Of GeoPoint,TOutput)
Dim value As System.Collections.Generic.List(Of TOutput)
 
value = instance.ConvertAll(Of TOutput)(converter)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   System.Converter<GeoPoint,TOutput> converter
)
public function ConvertAll( 
    converter: System.Converter
): System.Collections.Generic.List; 
public function ConvertAll( 
   converter : System.Converter
) : System.Collections.Generic.List;
public: System.Collections.Generic.List<TOutput*>* ConvertAll<TOutput>( 
   System.Converter<GeoPoint*,TOutput*>* converter
) 
public:
System.Collections.Generic.List<TOutput^>^ ConvertAllgeneric<typename TOutput>
( 
   System.Converter<GeoPoint^,TOutput^>^ converter
) 

Parameters

converter

Type Parameters

TOutput
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeoLine Class
GeoLine Members

Send Feedback