ArcFM Responder Mobile Developer Guide
Item Property (GeoLine)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Default Property Item( _
   ByVal index As System.Integer _
) As GeoPoint
'Usage
 
Dim instance As GeoLine
Dim index As System.Integer
Dim value As GeoPoint
 
instance.Item(index) = value
 
value = instance.Item(index)
[__DynamicallyInvokable()]
public GeoPoint this[ 
   System.int index
]; {get; set;}
public  this: : GeoPoint;[ 
    index: System.Integer
]; read-write
__DynamicallyInvokableAttribute()
public  this[ 
   index : System.int
] get,set : GeoPoint
[__DynamicallyInvokable()]
public: __property GeoPoint* get_Item   System.int index
;
public: __property void set_Item   System.int index,
   GeoPoint* value
;
[__DynamicallyInvokable()]
public:
property GeoPoint^ default [int] {
   GeoPoint^ get(System.int index);
   void set (System.int index, GeoPoint^ value);
}

Parameters

index
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