Message 1 of 3

Not applicable
09-16-2015
01:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a Filter List for selecting Pipe Network Structures through PromptSelection Options.
Dim fillist As TypedValue() = New TypedValue(0) {New TypedValue(CInt(DxfCode.Start), "Structure")}
I have used the above code for filtering Polylines replacing "Structure" with "Polyline,lwPolyline" but it doesn't seem to work filtering structures. Any ideas?
Thanks!
Solved! Go to Solution.