Loads a 
KmlDocument from a string containing the document.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic KmlDocument Load(
	string kmlDocument
)
Public Function Load ( 
	kmlDocument As String
) As KmlDocument
public:
KmlDocument^ Load(
	String^ kmlDocument
)
member Load : 
        kmlDocument : string -> KmlDocument 
Parameters
- kmlDocument
 - Type: SystemString
A string containing the document. 
Return Value
Type: 
KmlDocumentThe 
KmlDocument.
See Also