ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1ShapeAttributes Class / GetValue Method
The name of attribute

In This Topic
    GetValue Method (C1ShapeAttributes)
    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