Loads a Kml Document from a Uri.
[Visual Basic .NET] |
---|
Public Function LoadDocument( _ ByVal KmlUri As String _ ) As IAgStkGraphicsKmlDocument |
[C#] |
---|
public IAgStkGraphicsKmlDocument LoadDocument( |
[Managed C++] |
---|
public: IAgStkGraphicsKmlDocument^ LoadDocument( |
[Java] |
---|
public IAgStkGraphicsKmlDocument loadDocument( |
[Unmanaged C++] |
---|
public: HRESULT LoadDocument( |
- KmlUri
- The Uri of the document.