(setq dimCollection (vla-get-dimstyles (vla-get-activedocument (vlax-get-acad-object)))) (setq object (vla-add dimCollection "dimstylename")) (vlax-put object dimvar? "varsetting") I want to create and modify my dim styles via the above method.. the catch.. i don't know what i need to put for the "dimvar?" part.. basic cad it would be "dimtxt".. and so forth.. but that does not work here.. help please.