Gets the popup associated with the KmlNode.
Namespace:
ESRI.ArcGISExplorer.Mapping
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public Popup Popup { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Popup As Popup |
Field Value
The popup associated with the KmlNode;
nullNothingnullptra null reference (Nothing in Visual Basic) if the KmlNode has no associated popup information.
See Also