KmlFeatureBoundingSphere Property |
The bounding sphere encompassing the area associated with this feature.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual BoundingSphere BoundingSphere { get; }
Public Overridable ReadOnly Property BoundingSphere As BoundingSphere
Get
public:
virtual property BoundingSphere BoundingSphere {
BoundingSphere get ();
}
abstract BoundingSphere : BoundingSphere with get
override BoundingSphere : BoundingSphere with get
Property Value
Type:
BoundingSphereSee Also