PDA

View Full Version : drag features.....



san_k4
2004-08-31, 11:12 AM
I have made a vba routine to dimension (my text values are textoverrides and these are
Retrieved from my database).I am not able get any drag features while dimensioning using vba. My dragmode is by default ON .If I am dimensioning from command prompt
I am able to get drag features. Is there any setting I need to do additionally from within program to get these drag features. Could somebody help..

Thanks in advance

SANTHOSH

aaronrumple
2004-08-31, 01:08 PM
Can't be done in VBA. VBA doesn't have anything like lisp's grdraw function. You'll need lisp or arx.

ntaylor
2004-09-02, 11:52 AM
Can't be done in VBA. VBA doesn't have anything like lisp's grdraw function. You'll need lisp or arx.
I successfully use the grdraw function in VBA with the Visual Lisp ActiveX Module.
I don't see how this would solve the problem though.
Regards - Nathan

RobertB
2004-09-02, 03:26 PM
The only hope is to:
a) Get Autodesk to improve the Object Model [years of whining with no improvement]
b) Write your own ARX module to expose the functionality [lots of work]