dotnetCHARTING Send comments on this topic.
Item(Int32) Property
See Also 
dotnetCHARTING.Mapping Namespace > Shape Class > Item Property : Item(Int32) Property



index
Gets a shape file attribute at the specified index.

Syntax

Visual Basic (Declaration) 
Overloads Public ReadOnly Property Item( _
   ByVal index As Integer _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Shape
Dim index As Integer
Dim value As Object
 
value = instance.Item(index)
C# 
public object Item( 
   int index
) {get;}
C++/CLI 
public:
property Object^ Item {
   Object^ get(int index);
}

Parameters

index

See Also