STK Graphics PrimitivesSend comments on this topic.
LoadDocumentAsyncString Method (IAgStkGraphicsKmlGraphics)
See Also
KmlUri
The Uri of the document.
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub LoadDocumentAsyncString( _
    ByVal KmlUri As String _
)
[C#]
public void LoadDocumentAsyncString(
    string KmlUri
);
[Managed C++]
public: void LoadDocumentAsyncString(
    String __gc ^ KmlUri
);
[Unmanaged C++]
public: HRESULT LoadDocumentAsyncString(
    BSTR KmlUri
);
[Java]
public void loadDocumentAsyncString(
    String KmlUri
);
[Python - STK API ]
def LoadDocumentAsyncString(self, KmlUri:str) -> None:

Parameters

KmlUri
The Uri of the document.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.