TypedValue[] filListS = new TypedValue[] {
new TypedValue((int)DxfCode.Start,"INSERT")};
SelectionFilter MyFilterS = new SelectionFilter(filListS);
//PromptSelectionResult promptSelResultS = Editor.SelectAll(MyFilterS);
PromptSelectionResult promptSelResultS = Editor.SelectCrossingWindow(point, newPoint, MyFilterS);
页:
1
[2]