GeometryFactoryCreateGatheringPlace 方法 |
聚集地
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static bool CreateGatheringPlace(
IGeometryCollection pGeometryCollection,
IGeometryCollection pPoints
)
Public Shared Function CreateGatheringPlace (
pGeometryCollection As IGeometryCollection,
pPoints As IGeometryCollection
) As Boolean
public:
static bool CreateGatheringPlace(
IGeometryCollection^ pGeometryCollection,
IGeometryCollection^ pPoints
)
static member CreateGatheringPlace :
pGeometryCollection : IGeometryCollection *
pPoints : IGeometryCollection -> bool
参数
- pGeometryCollection
- 类型: GISShare.SMap.GeometryIGeometryCollection
- pPoints
- 类型: GISShare.SMap.GeometryIGeometryCollection
控制点集合
返回值
类型:
Boolean
参见