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


name
Gets a shape file attribute with the specified name.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Shape
Dim name As String
Dim value As Object
 
value = instance.Item(name)
C# 
public object Item( 
   string name
) {get;}

Parameters

name

See Also

© 2010 All Rights Reserved.