Loads a
KmlDocument from a string containing the document.
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 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