Haukwa
Guest
|
Posted:
Tue Oct 18, 2005 12:10 am Post subject:
GetCustomByIndex problem |
|
|
Hi All,
I up against a brick wall!!
I want to use GetCustomByIndex to retrieve custom property key and
value strings, but I keep getting an error. I've studied the examples
in AutoCAD and on-line to no avail.
My Code...
ActiveDocument.SummaryInfo.GetCustomByIndex 0, x, y
The Error...
Compile Error: ByRef argument type mismatch
Things I've Tried...
- I put the x/y variables in brackets (i.e. (x), (y)) as the help
suggests, the error goes away, but the property info is blank.
- Dim x/y variables as Strings.
- Different variables names for key and value (?).
- There is data in Custom Properties
What am I missing (besides a lot of hair, by this time)??
Thanks for your help.
Gerry
|
|