Click or drag to resize

KmlContainer Class

A KmlContainer contains a collection of children KmlFeatures.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class KmlContainer : KmlFeature

The KmlContainer type exposes the following members.

Properties
  NameDescription
Public propertyBoundingSphere
The bounding sphere encompassing the area associated with this feature.
(Inherited from KmlFeature.)
Public propertyChildren
The collection of KmlFeatures that are children of this container.
Public propertyContent
Gets the content associated with this feature.
(Inherited from KmlFeature.)
Public propertyDescription
Gets the description associated with this feature.
(Inherited from KmlFeature.)
Public propertyDisplay
Gets or sets whether this feature will be displayed in the Scene.
(Inherited from KmlFeature.)
Public propertyIsLoaded
Gets whether the document associated with this feature is loaded.
(Inherited from KmlFeature.)
Public propertyName
Gets the name of this feature.
(Inherited from KmlFeature.)
Public propertySnippet
Gets the snippet associated with this feature.
(Inherited from KmlFeature.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from KmlFeature.)
Protected methodDispose(Boolean) (Overrides KmlFeatureDispose(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from KmlFeature.)
Public methodFlyTo
Moves the camera to the area encompassing this feature.
(Inherited from KmlFeature.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShowBalloon
Shows the balloon associated with this feature.
(Inherited from KmlFeature.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also