Search
StreetMapFeatures.KeyIsNull Method
See Also
 





Checks whether the provided key has a value.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public static bool KeyIsNull (
    MapFeature key
)

Visual Basic  Copy Code

Public Shared Function KeyIsNull( _
    key As MapFeature _
) As Boolean

 Parameters

key

 Return Value

 See Also