AGI STK Graphics 11Send 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
);
[Java]
public IAgStkGraphicsKmlDocument loadDocumentString(
   String KmlUri
);
[Unmanaged C++]
public: HRESULT LoadDocumentString(
   BSTR KmlUri,
   IAgStkGraphicsKmlDocument ** ReturnValue
);

Parameters

KmlUri
The Uri of the document.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.