KmlGraphicsLoadDocument 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 KmlDocument LoadDocument(
string kmlUri
)
Public Function LoadDocument (
kmlUri As String
) As KmlDocument
public:
KmlDocument^ LoadDocument(
String^ kmlUri
)
member LoadDocument :
kmlUri : string -> KmlDocument
Parameters
- kmlUri
- Type: SystemString
The Uri of the document.
Return Value
Type:
KmlDocumentThe
KmlDocument.
See Also