Map for WinForms | ComponentOne
C1.FlexMap Namespace / IGeoGeometryRecordData Interface / Item Property
The name of the attribute.

In This Topic
    Item Property (IGeoGeometryRecordData)
    In This Topic
    Gets the attribute value with the specified name.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal name As String _
    ) As Object
    object this[ 
       string name
    ]; {get;}

    Parameters

    name
    The name of the attribute.

    Property Value

    The value of the attribute with the give name.
    See Also