AGI STK Graphics 11 Send comments on this topic.
LoadAsync Method (IAgStkGraphicsKmlGraphics)
See Also 
KmlDocument
A string containing the document.
Windows






Windows & Linux

Description

Loads a Kml Document asynchronously from a string containing the document. The Document Loaded event is raised when the document is loaded.

Syntax

[Visual Basic .NET]
Public Sub LoadAsync( _
   ByVal KmlDocument As String _
) 

[C#]
public void LoadAsync(
string KmlDocument
);

[Managed C++]
public: void LoadAsync(
String __gc ^ KmlDocument
);

[Java]
public  loadAsync(
String KmlDocument
);

[Unmanaged C++]
public: HRESULT LoadAsync(
BSTR KmlDocument
);

Parameters

KmlDocument
A string containing the document.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface