How to get the NETWORK NAME based on selected pipe or structure using VBA

How to get the NETWORK NAME based on selected pipe or structure using VBA

Anonymous
Not applicable
587 Views
2 Replies
Message 1 of 3

How to get the NETWORK NAME based on selected pipe or structure using VBA

Anonymous
Not applicable
Hi,

1. i select a pipe or structure in my drawing
2. how do I know the network this element belongs to?

i did not find a way in the pipe or structure object to retrieve this name, although i think this would be very handy

i am using VBA.

Thanks
Bill Civil
0 Likes
588 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
As far as I know you have to get the name of the part, then check each
network to see if that part belongs to it. here is no network name property
for parts yet.

Matt



wrote in message news:5269881@discussion.autodesk.com...
Hi,

1. i select a pipe or structure in my drawing
2. how do I know the network this element belongs to?

i did not find a way in the pipe or structure object to retrieve this name,
although i think this would be very handy

i am using VBA.

Thanks
Bill Civil
0 Likes
Message 3 of 3

Anonymous
Not applicable
Create a label for the pipe or structure that references the Netowrk Name.

Pipes-add labels-single part (plan or profile)
0 Likes