The KmlNode type exposes the following members.

Methods

  NameDescription
Clone
Returns a new MapItem with properties equal to the current MapItem.
(Inherited from MapItem.)
Contains
Determines whether the KmlNode contains a specified MapItem.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindById
Searches the KmlNode for a MapItem with a specified unique ID.
FindByName
Searches the KmlNode for a MapItem with a specified name.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMapItems<(Of <(T>)>)
Gets all items in the KmlNode of a specified MapItem type; only KmlNodes may be descendants of KmlNode.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveToOverloaded.
Moves the MapItem to be a ChildItem of the specified IMapItemParent.
Refresh
Refreshes the KmlNode by accessing the underlying data to check for changes.
RemoveFromParent
Removes the MapItem from its IMapItemParent container.
(Inherited from MapItem.)
ToString
Returns a string that represents the current object.
(Inherited from MapItem.)
ToXmlString
Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread.
(Inherited from MapItem.)

Properties

  NameDescription
CanRefresh
Indicates if this KmlNode can be refreshed.
ChildItems
Gets the child nodes contained by this KmlNode.
Descendants
Gets a collection of the descendant MapItems contained by the KmlNode; IMapItemParent objects are added to the collection before their associated ChildItems.
DescendantsBottomUp
Gets a collection of the descendant MapItems contained by the KmlNode; IMapItemParent objects are added to the collection after their associated ChildItems.
GraphicsType
Gets the type of graphic type used to represent this KML node on the map.
Icon
A custom icon to be displayed in the Contents window for this MapItem.
(Inherited from MapItem.)
Id
Gets or sets a unique identifier for the MapItem.
(Inherited from MapItem.)
IsRadioFolder
Gets a value indicating whether the KmlNode is a radio folder.
KmlLayer
Gets the parent KmlLayer that contains this KmlNode.
Name
Gets or sets the MapItem name.
(Inherited from MapItem.)
NodeType
Gets the type of the KmlNode.
Parent
Gets the immediate IMapItemParent for the MapItem.
(Inherited from MapItem.)
Popup
Gets the popup associated with the KmlNode.
RootMap
Gets the map that contains the MapItem.
(Inherited from MapItem.)
Tag
Gets or sets the object that contains data related to the MapItem.
(Inherited from MapItem.)
Viewpoint
Gets or sets the viewing position for the MapItem.
(Inherited from MapItem.)
Visible
Gets or sets the visibility for the KmlNode in a map.

See Also