RAJAVARDHAN
Structural
- Apr 14, 2024
- 2
Hi, I cannot select frames and walls based on section properties in etabs v21 and then delete selected frames and walls. Can anyone suggest to me the code to do it using Excel VBA code?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
int NumberItems = 0;
int[] ObjectType = null;
string[] ObjectName = null;
_SapModel.SelectObj.GetSelected(ref NumberItems, ref ObjectType, ref ObjectName);