Message 1 of 2

Not applicable
02-03-2019
05:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been started .net programming for my work to improve some process.
Is there an easy way to get filter select all locked or unlocked layers
ex.
Dim acTypValAr.(0) As TypeValue
acTypeValAr.setValue(New TypedValue(DxfCode.***, ***),0)
Dim acSelFtr as SelectionFilter = New SelectionFilter(acTypValAr)
I've seen dxf code reference but there is no such option.
I've thought of a another option of getting all the [Layerablerecord.name in Layertablerecord.islocked] then populate it in [dxfcode.layername, layertablerecordname] but havent tested it yet.
This is my first time posting in this community, I hope I will learn more, any thoughts will be a great help.
Solved! Go to Solution.