what is the interface for “ITabelAnnotation”
I have to interface between drawing doc with ITabelAnnotation how to do it.
I want to work with general table not with BOM
thank sir,
Ready to start learning the SolidWorks API? Sign up for FREE membership here.Keep up with new videos, macros, and training events by joining our mailing list:
what is the interface for “ITabelAnnotation”
I have to interface between drawing doc with ITabelAnnotation how to do it.
I want to work with general table not with BOM
thank sir,
You can cast from IBomTableAnnotation to ITableAnnotation. Like this:
Set swTableAnn = swBomTableAnn