'Declaration <__DynamicallyInvokableAttribute()> Public Sub Add( _ ByVal item As GeoPoint _ )
'Declaration
<__DynamicallyInvokableAttribute()> Public Sub Add( _ ByVal item As GeoPoint _ )
'Usage Dim instance As GeoLine Dim item As GeoPoint instance.Add(item)
'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 )
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
GeoLine Class GeoLine Members