
So how do I know what version of Plant 3D I am using, or the AutoCAD version?

When using this method however, it is important to distinguish between the AutoCAD built installed and the Plant 3D Build installed, which as Bernd points out are not packaged together anymore. I prefer the full detail in the "About' panel. This will give you the Plant version and only the Plant version. The fastest is to type "PLANTVER" at the command line. There are two ways to identify the version of Plant 3D. I often find that it can be confusing for people where to find what version of Plant 3D you are using and some times how to read it.įollowing on from Bernd's previous post " All Updates installed?", I thought this might add some colour if not clarity. Alternatively, if you have a desktop subscription, you can use the Autodesk Desktop App to be up to date with your updates. You can either get the updates via your Autodesk Account, section "Product Updates".

Thumb rule for Plant updates: Install the updates in the order of the publish date (oldest one first). This means that for plain AutoCAD it is already enough to install the latest update only but for Plant updates you have to install the former updates of the specific version before. While the plain AutoCAD updates are cumulative, the Plant updates aren't. They are not included anymore in AutoCAD Plant 3D updates since some years. But what for updates are available for which version of AutoCAD Plant 3D? Note that you have to install plain AutoCAD Updates separately. So, you will have the best guaranty that all available fixes are installed or that you will have access to all new features for that version. "ActiveDocument", BindingFlags.GetProperty, Nothing, AcadApp, Nothing, Nothing)ĭim AcadModel As Object = ("modelspace", BindingFlags.It is always the best to have all updates installed. "Open", BindingFlags.InvokeMethod, Nothing, AcadDocs, args, Nothing) "Documents", BindingFlags.GetProperty, Nothing, AcadApp, Nothing)ĭim AcDoc As Object = ( Dim appProgID As String = "Autocad.Application"ĭim fname As String = "C:\Users\Kid\Downloads\IDEA FOR TOOL\TEST\TABLE ATTRIBUTE.dwg"ĭim AcadType As Type = Type.GetTypeFromProgID(appProgID)ĭim AcadApp As Object = Activator.CreateInstance(AcadType)ĭim visargs() As Object = New Object(0) ĪcadApp.GetType().InvokeMember("Visible", BindingFlags.SetProperty, Nothing, AcadApp, visargs, Nothing)ĭim AcadDocs As Object = AcadApp.GetType().InvokeMember( Now i want Get this block To edit block attribute, but i don't know how to do that,i search on gg but have no result.

I can take blockreference, block name"Tab1".
