R2005 Vlisp: I'm having a go of it with a spline that was created in Vlisp. Command: (vlax-put-property sp_line 'closed :vlax-true) ; error: ActiveX Server returned an error: Type mismatch I can close the spline with the splinedit command but when I check the spline to see if the property can be modified, I get: Command: (vlax-property-available-p sp_line 'closed T) nil Anyone know how to do this? Bill