create boundary for selected objects in vb.net

create boundary for selected objects in vb.net

muhammed_yusuf_SMA
Community Visitor Community Visitor
262 Views
0 Replies
Message 1 of 1

create boundary for selected objects in vb.net

muhammed_yusuf_SMA
Community Visitor
Community Visitor

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

 

0 Likes
263 Views
0 Replies
Replies (0)