Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1ShapeAttributes Class / GetValue Method
The name of attribute

In This Topic
    GetValue Method
    In This Topic
    Get object from attribute name.
    Syntax
    'Declaration
     
    
    Public Function GetValue( _
       ByVal fieldName As String _
    ) As Object
    public object GetValue( 
       string fieldName
    )

    Parameters

    fieldName
    The name of attribute
    See Also