Message 1 of 1
create boundary for selected objects in vb.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dim oobjs As DBObjectCollection = ed.TraceBoundary(Ptresult.Value, False)
in above trace boundary option we need to pass a particular set of objects. we have achieved this in command method but we need to achieve by coding method.
e.g. command methos (ed.Command("-BOUNDARY", "a", "b", "new", SelectionSet.FromObjectIds(objarray), "", "", Ptresult.Value, "")
In above selectionset we have passed only selected objects.
Anyone please help me to resolve my problem