STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT LoadAsync(
    BSTR KmlDocument
);
[Java]
public void loadAsync(
    String KmlDocument
);
[Python - STK API ]
def LoadAsync(self, KmlDocument:str) -> None:

Parameters

KmlDocument
A string containing the document.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.