tiancao100 发表于 2017-12-27 20:26:00

IntersectWith”已过时:“Use the overload taking IntPtr instead.”。 怎么解决?

警告      2      “Public Sub IntersectWith(entityPointer As Autodesk..DatabaseServices.Entity, intersectType As Autodesk.AutoCAD.DatabaseServices.Intersect, projectionPlane As Autodesk.AutoCAD.Geometry.Plane, points As Autodesk.AutoCAD.Geometry.Point3dCollection, thisGraphicSystemMarker As Long, otherGraphicSystemMarker As Long)”已过时:“Use the overload taking IntPtr instead.”。      

魔子幻灭 发表于 2017-12-28 11:16:00

splineLeft.IntersectWith(circleda2, Intersect.ExtendThis, JDcell, System.IntPtr.Zero, System.IntPtr.Zero);

tiancao100 发表于 2018-1-9 20:33:00


System.IntPtr.Zero 谢谢
页: [1]
查看完整版本: IntersectWith”已过时:“Use the overload taking IntPtr instead.”。 怎么解决?