Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Bit of a c# newbie so please excuse me if this is an obvious question.
Wrtitng some code where i want to select all blocks in the current paperspace.
I know i can use this code to select all blocks in all paperspace but wondered if there is a way to refine it to do what i want to do?
TypedValue[] filList = new TypedValue[2]
{
new TypedValue(67,1),new TypedValue(0,"INSERT")
};
Solved! Go to Solution.