SwView.GetBomTable → Nothing

Sub ll1()

  Dim SwApp As SldWorks.SldWorks, SwModel As ModelDoc2, SwDraw As DrawingDoc

    Set SwApp = GetObject(, "SldWorks.Application")

    Set SwModel = SwApp.ActiveDoc

    Set SwDraw = SwModel

  Dim SwView As View, SwBomTab As BomTable

    Set SwView = SwDraw.GetFirstView

    Set SwView = SwView.GetNextView

    Set SwBomTab = SwView.GetBomTable

    Stop

End Sub

Help me.

How to use the SwView.GetBomTable statement

SolidWorks Forums: Change in Bend Deduction property not committing.

https://forum.solidworks.com/message/378049#378049

SolidworksApi macros