ArcFM Responder Mobile Developer Guide
Add Method (GeoLine)






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

Parameters

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