Dimension Style

Discussion in 'AutoCAD' started by Ken Hutson, Jul 6, 2004.

  1. Ken Hutson

    Ken Hutson Guest

    Hi Group,

    Where are Dimension Style settings stored and how can I view them?

    Thanks,
    Ken Hutson
    San Antonio, TX
     
    Ken Hutson, Jul 6, 2004
    #1
  2. Type 'DDIM' and then select the 'Compare' button.

    Best regards,

    Dale
     
    Dale Levesque, Jul 7, 2004
    #2
  3. If your wondering about various settings for individual dimension types
    using VBA, check out the object browser.
     
    Dale Levesque, Jul 7, 2004
    #3
  4. Ken Hutson

    john m Guest

    Stored in the drawing
    i thought you could just do something like
    msgbox thisdrawing.dimstyles

    JM
     
    john m, Jul 7, 2004
    #4
  5. Ken Hutson

    Ken Hutson Guest

    Hi Group,

    I'll try to be be more specific. I can set a variable to a particular
    dimstyle. For example;

    Set mydimstyle = ThisDrawing.DimStyles("standard")

    If I set a break point and examine the dimstyle in the watch window, I see
    only a name property. I am expecting to see a property for each dimension
    variable setting here as well. How can I retrieve / set any particular
    dimension setting for a dimstyle in VBA without that setting becoming a
    dimstyle overide?

    Thanks,
    Ken Hutson
    San Antonio, TX
     
    Ken Hutson, Jul 7, 2004
    #5
  6. Ken Hutson

    john m Guest

    so like
    ? ThisDrawing.DimStyles("standard").someProperty
     
    john m, Jul 7, 2004
    #6
  7. Ken Hutson

    john m Guest

    oh ok
    so i guess its like blocks
    you have to define the whole thing first
    then add it to the collection

    then you'd have to do something like
    delete the old one
    rename the new one to the old ones name
    to replace it

    i think

    JM
     
    john m, Jul 7, 2004
    #7
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.