Loads a Kml Document from a Uri.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsKmlDocument LoadDocument( string KmlUri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsKmlDocument^ LoadDocument( String __gc ^ KmlUri ); |
| [Java] |
|---|
public IAgStkGraphicsKmlDocument loadDocument( String KmlUri ); |
| [Unmanaged C++] |
|---|
|
- KmlUri
- The Uri of the document.





