Loads a Kml Document from a string containing the document.
[Visual Basic .NET] |
---|
Public Function Load( _ ByVal KmlDocument As String _ ) As IAgStkGraphicsKmlDocument |
[C#] |
---|
public IAgStkGraphicsKmlDocument Load( string KmlDocument ); |
[Managed C++] |
---|
public: IAgStkGraphicsKmlDocument^ Load( String __gc ^ KmlDocument ); |
[Unmanaged C++] |
---|
public: HRESULT Load( BSTR KmlDocument, IAgStkGraphicsKmlDocument ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsKmlDocument load( String KmlDocument ); |
[Python - STK API ] |
---|
def Load(self, KmlDocument:str) -> "IAgStkGraphicsKmlDocument": |
- KmlDocument
- A string containing the document.