Click or drag to resize

KmlGraphics Methods

The KmlGraphics type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads a KmlDocument from a string containing the document.
Public methodLoadAsync
Loads a KmlDocument asynchronously from a string containing the document. The DocumentLoaded event is raised when the document is loaded.
Public methodLoadDocument(String)
Loads a KmlDocument from a Uri.
Public methodLoadDocument(Uri)
Loads a KmlDocument from a Uri.
Public methodLoadDocumentAsync(String)
Loads a KmlDocument asynchronously from a Uri. The DocumentLoaded event is raised when the document is loaded.
Public methodLoadDocumentAsync(Uri)
Loads a KmlDocument asynchronously from a Uri. The DocumentLoaded event is raised when the document is loaded.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnload
Unloads a KmlDocument. All associated visual features will be removed from the Scene. Once a KmlDocument is unloaded, it is no longer valid and will throw when accessing properties or methods.
Public methodUnloadAll
Unloads all KmlDocuments associated with this central body. All associated visual features will be removed from the Scene. Once a KmlDocument is unloaded, it is no longer valid and will throw when accessing properties or methods.
Top
See Also