Usage of pre-defined Inventor Control Definitions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I wasn't able to find anything in the docs or turn up anything looking through the SDK assemblies so hopefully I can find an answer here.
I've got several components that I've wanted to use the already defined Inventor control definitions, as opposed to re-inventing the wheel. Using VB.NET to make a custom add-in for Inventor.
I've tried calling various functions through the command manager, but many of them have some other requirements that aren't documented at all.
ie. The "AppParametersCmd" looks for the ActiveDocument when executed, which was not listed in any way and required trial-and-error to find
Now I'm trying to use other commands, but without any info on them my only option seems to be sheer brute force to figure out how they work.
Are there any docs I could get on the pre-defined commands? Are there ways to extract their underlying code to see how they tick and how they are called?
The commands in question are as follows, at least for now
"CCV2ChangeSizeButton"
"CCV2ChangeSizeButtonCM" (No idea why 2 exist or how either functions)
"AFG_CMD_EditReuseMember"
"DrawingBaseViewCmd"