Loads a Kml Document from a Uri.
[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": |
- KmlUri
- The Uri of the document.