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) 
Public Overloads 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;}

Parameters

index

See Also

© 2010 All Rights Reserved.