- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone:
I've made a few posts lately about some simple utilities that I've been working on. I have another piece of code that I need to generate and I don't know how to go about it. Which begs the question: Is there a reference available for what objects are available for each object type?
For example, to change the type of a tolerance on a hole to "H6", here's the code:
SyntaxEditor Code Snippet
<Hole Name Here>.SetToFits(31244,("H6"),(""))
My question is that if I wasn't able to find this information in some code posted on a forum, where would I go about finding this information? Is there a book or a website that contains all the of available commands for each object type (the stuff after the period in the above code)? Let's face it, unless I'm really operating it wrong, the help files aren't all that helpful searching for something very specific like this. So to all the folks who write all this awesome code, where are you getting your smarts from? Maybe I'm missing something in the editor, like a browser or something...... I'd appreciate any advice that you have to give. Thanks!
Solved! Go to Solution.