KmlGraphicsLoadDocumentAsync Method (String) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void LoadDocumentAsync(
string kmlUri
)
Public Sub LoadDocumentAsync (
kmlUri As String
)
public:
void LoadDocumentAsync(
String^ kmlUri
)
member LoadDocumentAsync :
kmlUri : string -> unit
Parameters
- kmlUri
- Type: SystemString
The Uri of the document.
See Also