Click or drag to resize

BalloonShow Method (String, Cartographic)

Shows the balloon with the HTML content specified by htmlContent, at the Cartographic position specified on EarthCentralBody.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Show(
	string htmlContent,
	Cartographic cartographicPosition
)

Parameters

htmlContent
Type: SystemString
The HTML content to be shown.
cartographicPosition
Type: AGI.Foundation.CoordinatesCartographic
The Cartographic position of the balloon on EarthCentralBody.
See Also