RelationalOperatorHelperTouchesPolygonWithPolygon 方法 |
命名空间: GISShare.SMap.Geometry
public static bool TouchesPolygonWithPolygon( IPolygon pPolygon, IPolygon pOtherPolygon )
Public Shared Function TouchesPolygonWithPolygon ( pPolygon As IPolygon, pOtherPolygon As IPolygon ) As Boolean
public: static bool TouchesPolygonWithPolygon( IPolygon^ pPolygon, IPolygon^ pOtherPolygon )
static member TouchesPolygonWithPolygon : pPolygon : IPolygon * pOtherPolygon : IPolygon -> bool