Match Entity Properties - Polyline - Layer, Linetype, Color
I've got a polyline selected in my code, but how would I go about matching the properties of an existing polyline? Everything I've tried has yielded little results. The following is the latest error
"error : Automation Error. Property [LAYER] not available"
"error : Automation Error. Property [LAYER] not available"
0
Comments
-
The error code doesn't tell us much without seeing the lisp function that returned it.
But if I were trying to do that I'd use (Command "Matchprop").0 -
I wasn't handling "nil" for a non-existent property, or maybe a value as well was nil. Circling back for someone to have the answer in the future.Anthony Apostolaros said:The error code doesn't tell us much without seeing the lisp function that returned it.
But if I were trying to do that I'd use (Command "Matchprop").0