STK Graphics PrimitivesSend comments on this topic.
Load Method (IAgStkGraphicsKmlGraphics)
See Also
KmlDocument
A string containing the document.
Windows






Windows & Linux

Description

Loads a Kml Document from a string containing the document.

Syntax

[Visual Basic .NET]
Public Function Load( _
    ByVal KmlDocument As String _
) As 
[C#]
public IAgStkGraphicsKmlDocument Load(
    string KmlDocument
);
[Managed C++]
public: IAgStkGraphicsKmlDocument^ Load(
    String __gc ^ KmlDocument
);
[Java]
public IAgStkGraphicsKmlDocument load(
    String KmlDocument
);
[Unmanaged C++]
public: HRESULT Load(
    BSTR KmlDocument,
    IAgStkGraphicsKmlDocument ** ppRetVal
);

Parameters

KmlDocument
A string containing the document.

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.