In This Topic
The string "kmlItemName" used in KmlLayer's expressions will be replaced with the actual quoted KML item name at runtime prior to expression's evaluation. E.g. the following expression could be used to check for the country: Country=kmlItemName
(note the absense of quotes around kmlName).
Syntax
'Declaration
Public Const varItemName As String
public const string varItemName
See Also