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





