Message 1 of 10
filter by handle

Not applicable
01-11-2002
07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!!
How can i filter in selection set by handle??
i've tried
Dim selecthandle As AcadSelectionSet
Set selecthandle =
ThisDrawing.SelectionSets.Add("selectbyhandle")
Dim intcodes(0) As Integer
Dim varcodevalues(0) As Variant
intcodes(0) = 5 'this supose is the dxf code of handle
varcodevalues(0) = "9A3A" 'this is the entity handle
selecthandle.Select acSelectionSetAll, , , intcodes,
varcodevalues
and it does not work
thanks
How can i filter in selection set by handle??
i've tried
Dim selecthandle As AcadSelectionSet
Set selecthandle =
ThisDrawing.SelectionSets.Add("selectbyhandle")
Dim intcodes(0) As Integer
Dim varcodevalues(0) As Variant
intcodes(0) = 5 'this supose is the dxf code of handle
varcodevalues(0) = "9A3A" 'this is the entity handle
selecthandle.Select acSelectionSetAll, , , intcodes,
varcodevalues
and it does not work
thanks