Loads a Kml
Document from a string containing the document.
| [Visual Basic .NET] |
|---|
Public Function Load( _
ByVal KmlDocument As String _
) As IAgStkGraphicsKmlDocument
|
| [C#] |
|---|
public IAgStkGraphicsKmlDocument Load(
|
| [Managed C++] |
|---|
public: IAgStkGraphicsKmlDocument^ Load(
|
| [Java] |
|---|
public IAgStkGraphicsKmlDocument load(
|
| [Unmanaged C++] |
|---|
public: HRESULT Load(
|
- KmlDocument
- A string containing the document.