STK Graphics PrimitivesSend comments on this topic.
LoadDocumentString 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 LoadDocumentString( _
    ByVal KmlUri As String _
) As IAgStkGraphicsKmlDocument
[C#]
public IAgStkGraphicsKmlDocument LoadDocumentString(
    string KmlUri
);
[Managed C++]
public: IAgStkGraphicsKmlDocument^ LoadDocumentString(
    String __gc ^ KmlUri
);
[Unmanaged C++]
public: HRESULT LoadDocumentString(
    BSTR KmlUri,
    IAgStkGraphicsKmlDocument ** ppRetVal
);
[Java]
public IAgStkGraphicsKmlDocument loadDocumentString(
    String KmlUri
);
[Python - STK API ]
def LoadDocumentString(self, KmlUri:str) -> "IAgStkGraphicsKmlDocument":

Parameters

KmlUri
The Uri of the document.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.