[求助]用VB更新填充图案之后如何更新
<p>Set shatch = ThisDrawing.SelectionSets.Add("shatch")<br/>shatch.SelectOnScreen FilterType, FilterData<br/>If shatch.Count = 0 Then Exit Sub<br/>For i = 0 To shatch.Count - 1<br/> shatch(i).PatternAngle = ra<br/> shatch(i).Update<br/>Next</p><p>用以上代码对填充图案的角度进行更改后,图案却不会自动更新按新的角度进行填充,不知是何原因呢?</p><p></p>
页:
[1]