How to read the structural member profile information using API

How to read the structural member profile information using API

111Auto302
Enthusiast Enthusiast
848 Views
1 Reply
Message 1 of 2

How to read the structural member profile information using API

111Auto302
Enthusiast
Enthusiast

I need to read the plant3d structural member profile and dimension information. 

0 Likes
849 Views
1 Reply
Reply (1)
Message 2 of 2

jabowabo
Mentor
Mentor

The DataLinksManager.GetAllProperties(partRowId, true) method can retrieve these as the 'Size' and 'Length' properties. 

https://adndevblog.typepad.com/autocad/2012/05/getting-all-the-properties-of-a-selected-pipe-in-plan...

 

You can also use the PnpDataRow row["Size"] and row["Length"] values.

0 Likes