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





Windows & Linux

Description

Loads a Kml Document from a Uri.

Syntax

[Visual Basic .NET]
Public Function LoadDocument( _
    ByVal KmlUri As String _
) As IAgStkGraphicsKmlDocument
[C#]
public IAgStkGraphicsKmlDocument LoadDocument(
    string KmlUri
);
[Managed C++]
public: IAgStkGraphicsKmlDocument^ LoadDocument(
    String __gc ^ KmlUri
);
[Unmanaged C++]
public: HRESULT LoadDocument(
    BSTR KmlUri,
    IAgStkGraphicsKmlDocument ** ppRetVal
);
[Java]
public IAgStkGraphicsKmlDocument loadDocument(
    String KmlUri
);
[Python - STK API ]
def LoadDocument(self, KmlUri:str) -> "IAgStkGraphicsKmlDocument":

Parameters

KmlUri
The Uri of the document.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.