| BoundingBoxGetGeometryBoundingBox 方法  | 
 
            获取几何对象的包络框
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public static IBoundingBox GetGeometryBoundingBox(
	IGeometry pGeometry
)
Public Shared Function GetGeometryBoundingBox ( 
	pGeometry As IGeometry
) As IBoundingBox
public:
static IBoundingBox^ GetGeometryBoundingBox(
	IGeometry^ pGeometry
)
static member GetGeometryBoundingBox : 
        pGeometry : IGeometry -> IBoundingBox 
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
 几何对象
返回值
类型: 
IBoundingBox包络框
 参见
参见