ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1ShapeAttributes Class / TryGetValue Method

In This Topic
    TryGetValue Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function TryGetValue( _
       ByVal key As String, _
       ByRef value As Object _
    ) As Boolean
    public bool TryGetValue( 
       string key,
       out object value
    )

    Parameters

    key
    value
    See Also