Results 1 to 5 of 5

Thread: Identifying DWG version last saved

  1. #1
    Member girishpongalil's Avatar
    Join Date
    2005-08
    Location
    Dubai, UAE
    Posts
    45
    Login to Give a bone
    0

    Question Identifying DWG version last saved

    Is there any variable to pickup the version of a drg. last saved? I need to export this info to lisp. I can read it only when drawing opens....

    Thanks,
    Giri

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Identifying DWG version last saved

    Hi Giri

    Please note I have *moved* this thread from the AutoCAD General forum to this one as I believe it would be better served here.

    Thanks, Mike

    Forum Moderator

  3. #3
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: Identifying DWG version last saved

    try ACADVER, it displays the verisign number
    it doesn't give the year, but you can develop a coding system to convert it to the year
    ex. Version 2005 should show up as 16.1.

    (Read-only)
    Type: String
    Not saved

    Stores the AutoCAD version number. This variable differs from the DXF file $ACADVER header variable, which contains the drawing database level number.

  4. #4
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Identifying DWG version last saved

    Hi

    Check out the following Technical Documents on the Autodesk web site under the Knowledge Base section -

    ID: TS66820 - Determine the version a drawing is using Visual LISP/AutoLISP

    ID: TS44822 - Determining the version of a DWG or DXF file

    Have a good one, Mike

  5. #5
    Member girishpongalil's Avatar
    Join Date
    2005-08
    Location
    Dubai, UAE
    Posts
    45
    Login to Give a bone
    0

    Default Re: Identifying DWG version last saved

    Thanks Mike,

    That Lisp code helped me getting the version

Similar Threads

  1. 2012: identifying nested references
    By clbond in forum AutoCAD General
    Replies: 13
    Last Post: 2012-12-14, 05:16 AM
  2. Can version 2010 be saved out as version 5.5?
    By dmenke in forum NavisWorks - General
    Replies: 1
    Last Post: 2009-07-25, 01:30 AM
  3. Family files saved in a later version
    By phil.pleiss in forum Revit MEP - Families
    Replies: 7
    Last Post: 2008-05-13, 05:32 PM
  4. Identifying Previous Version Drawings?
    By jchamberlain in forum AutoCAD General
    Replies: 3
    Last Post: 2006-05-11, 06:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •