全部折叠
全部展开
C#
SuperMap iObjects .NET 11i 联机帮助
Geometrist
.
.
::
.
IntersectPolyLine 方法
Geometrist 类
请参见
发送反馈
返回两条折线的交点。
命名空间:
SuperMap.Data
程序集:
SuperMap.Data
(in SuperMap.Data)
版本:
dll
语法
C#
public
static
Point2D
[]
IntersectPolyLine
(
Point2Ds
points1
,
Point2Ds
points2
)
参数
points1
Type:
SuperMap.Data
.
.
::
.
Point2Ds
构成第一条折线的点串。
points2
Type:
SuperMap.Data
.
.
::
.
Point2Ds
构成第二条折线的点串。
返回值
点串构成的折线的交点。
版本信息
SuperMap iObjects .NET
请参见
Geometrist 类
SuperMap.Data 命名空间