Message 1 of 3
New Part Units

Not applicable
01-11-2013
08:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
First day programing VB.net API for inventor, So Yes this a Noob Question
I using code similar to add a new part to an instance of Inventor, and it works OK. The problem is it is using the Metric Template instead of Imperial Template. I have check and confirmed my application preferences and they reflect "inches". Inve is the Variable name for my Inventor.Application. Thank You in advance
Set Part = Inve.Documents.Add(kPartDocumentObject)