ArcFM Responder Mobile Developer Guide
AddRange Method (GeoLine)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of GeoPoint) _
) 
'Usage
 
Dim instance As GeoLine
Dim collection As System.Collections.Generic.IEnumerable(Of GeoPoint)
 
instance.AddRange(collection)
[__DynamicallyInvokable()]
public void AddRange( 
   System.Collections.Generic.IEnumerable<GeoPoint> collection
)
public procedure AddRange( 
    collection: System.Collections.Generic.IEnumerable
); 
__DynamicallyInvokableAttribute()
public function AddRange( 
   collection : System.Collections.Generic.IEnumerable
);
[__DynamicallyInvokable()]
public: void AddRange( 
   System.Collections.Generic.IEnumerable<GeoPoint*>* collection
) 
[__DynamicallyInvokable()]
public:
void AddRange( 
   System.Collections.Generic.IEnumerable<GeoPoint^>^ collection
) 

Parameters

collection
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