是否在传入的几何对象内部
            
 
        命名空间: 
     GISShare.SMap.Geometry
        程序集:
     GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
 语法
语法public virtual bool Within(
	IGeometry pGeometry
)
Public Overridable Function Within ( 
	pGeometry As IGeometry
) As Boolean
public:
virtual bool Within(
	IGeometry^ pGeometry
)
abstract Within : 
        pGeometry : IGeometry -> bool 
override Within : 
        pGeometry : IGeometry -> bool 参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
 
返回值
类型: 
Boolean实现
IRelationalOperatorWithin(IGeometry) 参见
参见