Patrick Winkler 47 Posted November 9, 2017 It might be obvious but I can't find the fucntion that returns the active LineStyle (Attribute Palette). Can someone give me a hint. http://developer.vectorworks.net/index.php/VS:Function_Reference#Document_Attributes Patrick Quote Share this post Link to post
MullinRJ 222 Posted November 9, 2017 Patrick, I think FPenPat() is what you are after. The names are confusing. PenPatN() sets the active pen pattern (line style) for the document. FPenPatN() returns the active pen pattern setting of the document. GetLSN() returns the line style of the referenced object (by handle). SetLSN() sets the line style of the referenced object (by handle). HTH, Raymond Quote Share this post Link to post
Patrick Winkler 47 Posted November 10, 2017 FPenPatN is the solution. thanks Quote Share this post Link to post