直接调用本身的函数搞定
AcDbPolyline pl;int vtnum = pl.numVerts();
for(int i=0; i<vtnum; i++) { AcGePoint3d p1; pl.getPointAt(i, p1);
}