| GeometryCollection_BoundingBox 属性  | 
 
            主要用于包络矩形框的直接赋值与修改(目前主要用于内部继承对象的克隆使用以提高效率)
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法protected internal IBoundingBox _BoundingBox { get; set; }Protected Friend Property _BoundingBox As IBoundingBox
	Get
	Set
protected public:
property IBoundingBox^ _BoundingBox {
	IBoundingBox^ get ();
	void set (IBoundingBox^ value);
}member _BoundingBox : IBoundingBox with get, set
属性值
类型: 
IBoundingBox 参见
参见