Loads a Kml
Document from a Uri.
| [Visual Basic .NET] |
|---|
Public Function LoadDocumentString( _
ByVal KmlUri As String _
) As IAgStkGraphicsKmlDocument
|
| [C#] |
|---|
public IAgStkGraphicsKmlDocument LoadDocumentString(
|
| [Managed C++] |
|---|
public: IAgStkGraphicsKmlDocument^ LoadDocumentString(
|
| [Java] |
|---|
public IAgStkGraphicsKmlDocument loadDocumentString(
|
| [Unmanaged C++] |
|---|
public: HRESULT LoadDocumentString(
|
- KmlUri
- The Uri of the document.