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