KmlGraphicsLoadAsync Method |
Loads a
KmlDocument asynchronously from a string containing the document. The
DocumentLoaded event is
raised when the document is loaded.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void LoadAsync(
string kmlDocument
)
Public Sub LoadAsync (
kmlDocument As String
)
public:
void LoadAsync(
String^ kmlDocument
)
member LoadAsync :
kmlDocument : string -> unit
Parameters
- kmlDocument
- Type: SystemString
A string containing the document.
See Also