why vla-get-Coordinate can't work?

Discussion in 'AutoCAD' started by dream0001, Jan 14, 2004.

  1. dream0001

    dream0001 Guest

    (vla-get-Coordinate (vlax-ename->vla-object (car(entsel))) 1)
    return:
    ; 错误: ActiveX æœåŠ¡å™¨è¿”回错误: 未知å称: Coordinates
    (error,activex retuen error:unknow name:coordinates)
     
    dream0001, Jan 14, 2004
    #1
  2. make sure your selection any of:

    object

    3DPoly, Leader, LightweightPolyline, Point, PolyfaceMesh, PolygonMesh,
    Polyline, Solid, Trace
    The object or objects this property applies to.



    (vla-get-Coordinate (vlax-ename->vla-object (car(entsel))) 1)
    return:
    ; ??: ActiveX ???????: ????: Coordinates
    (error,activex retuen error:unknow name:coordinates)
     
    Luis Esquivel, Jan 14, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.