How to show a component in VB.NET thru API.

I need to be able to show a component thru VB.NET using an embedded eDrawings Viewer.

I have been able to hide components:

DrawingViewerControl.set_ComponentState(DrawingViewerControl.get_ComponentName("Default", 4), EModelView.EMVComponentState.eMVHidden, True)

But I am not able to show them.

Thanks,

Tony

SolidworksApi macros