2007-06-13 06:42 PM
2007-06-13 06:51 PM
2007-06-13 07:03 PM
TextArray[1] = AC_MarkerText_3 ! Top TextArray[2] = AC_MarkerText_5 ! Right TextArray[3] = AC_MarkerText_7 ! Bottom TextArray[4] = AC_MarkerText_9 ! LeftIt's an array because I have a FOR/NEXT loop that places each of the 4 arrows with the text, and the counter is used in the array index.
sInnerText1 = "<MARKERDRAWINGNUMBER_R>" + AC_DrawingGUID_1 sInnerText2 = "<MARKERSHEETNUMBER_R>" + AC_DrawingGUID_1The real pain is that the IE can have its number and names set on the fly, so you almost have to enforce serious standards in which fields are used in the IE tool. The parameters are slightly different depending on which one you use.
2007-06-13 07:12 PM
2007-06-13 07:56 PM
TomWaltz wrote:I find it is always easier to write markers from scratch. The ones the come in the library are so complicated (and uncommented) that they are a real pain to edit. I find that a custom symbol or marker that does
I ended up writing my markers almost from scratch.
2007-06-14 12:52 AM
2007-06-14 01:04 AM
2007-06-14 09:35 PM
2007-06-14 09:38 PM
2007-06-14 09:42 PM