• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Survey Products

    Reply
    Contributor
    Posts: 19
    Registered: ‎04-23-2009

    Looking for "Command Codes list" ?

    1625 Views, 2 Replies
    02-05-2010 08:49 AM
    Hello,

    I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).

    Thanks,

    Brad
    Please use plain text.
    *Laurie

    Re: Looking for "Command Codes list" ?

    02-05-2010 11:45 AM in reply to: bclayt
    Hi Brad,

    Start by using lisp to find the Acad.pgp file you are using.

    (findfile "Acad.pgp")

    Open the file file a text editor and read it.


    Regards,


    Laurie Comerford

    bclayt wrote:
    > Hello,
    >
    > I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
    >
    > Thanks,
    >
    > Brad
    >
    Please use plain text.
    *Laurie

    Re: Looking for "Command Codes list" ?

    02-05-2010 12:24 PM in reply to: bclayt
    Hi,

    Just discovered that the Express Tools has a command:

    [Express][Tools][Command Alias Editor]
    which opens some ridiculously tiny forms to help edit the file.

    There is also another useful tool there:

    [Express][Tools][System variable Editor] which not only enable you to
    edit the variables, but also to save and restore a settings status.


    Regards,


    Laurie Comerford


    Laurie wrote:
    > Hi Brad,
    >
    > Start by using lisp to find the Acad.pgp file you are using.
    >
    > (findfile "Acad.pgp")
    >
    > Open the file file a text editor and read it.
    >
    >
    > Regards,
    >
    >
    > Laurie Comerford
    >
    > bclayt wrote:
    >
    >> Hello,
    >>
    >> I was wondering if there is a list available for Autodesk LDD w/ survey, of type in command codes for various tasks,shortcuts, (pedit, LAI, units, etc...).
    >>
    >> Thanks,
    >>
    >> Brad
    >>
    >>
    Please use plain text.