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 ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsKmlDocument load( String KmlDocument ); |
[Python - STK API ] |
|---|
def Load(self, KmlDocument:str) -> "IAgStkGraphicsKmlDocument": |
- KmlDocument
- A string containing the document.






