Loads a kml document from a uri.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsKmlDocument LoadDocument( string KmlUri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsKmlDocument^ LoadDocument( String __gc ^ KmlUri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsKmlDocument loadDocument( String KmlUri ); |
| [Python - STK API] |
|---|
def LoadDocument(self, KmlUri:str) -> "IAgStkGraphicsKmlDocument": |
- KmlUri
- The
of the document.





