ArcFM Responder Mobile Developer Guide
Insert Method (GeoLine)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As GeoPoint _
) 
'Usage
 
Dim instance As GeoLine
Dim index As System.Integer
Dim item As GeoPoint
 
instance.Insert(index, item)
[__DynamicallyInvokable()]
public void Insert( 
   System.int index,
   GeoPoint item
)
public procedure Insert( 
    index: System.Integer;
    item: GeoPoint
); 
__DynamicallyInvokableAttribute()
public function Insert( 
   index : System.int,
   item : GeoPoint
);
[__DynamicallyInvokable()]
public: void Insert( 
   System.int index,
   GeoPoint* item
) 
[__DynamicallyInvokable()]
public:
void Insert( 
   System.int index,
   GeoPoint^ item
) 

Parameters

index
item
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