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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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