‹#›
© 2008 Autodesk
ADSK_BLack_BAR.png
AutoCAD
2009
Steps for using the EntityJig class
§Create an instance of the derived class of EntityJig
§Prompts property in EntityJig class - used to set prompt message
§Call the EntityJig.drag() function  - controls the drag loop calls
§The sampler(), update() functions called repeatedly until drag sequence completes
§Check the return status from the EntityJig.drag()
§Depending the status Commit or cancel the Jig
§