cdinten 发表于 2013-4-20 22:11:14

请问如何获取多段线的顶点?

假设我已经获取了一条类型为Polyline的多段线,我如何得到该多段线的每个顶点?

guohq 发表于 2013-4-21 10:19:46

For I As Integer = 0 To Pol.NumberOfVertices - 1
                Pt(I) = Pol.GetPoint3dAt(I)
            Next

cdinten 发表于 2013-4-21 10:33:30

guohq 发表于 2013-4-21 10:19 static/image/common/back.gif


OK,谢谢,我没看帮助太仔细

莫名 发表于 2014-5-20 22:05:16

二维多段线呢

ivde 发表于 2014-5-20 22:13:29

GetStretchPoints
页: [1]
查看完整版本: 请问如何获取多段线的顶点?