Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Sorry, but I don't know anymore.
In the selection of numbering schemes in Vault and Inventor VDS, only the default scheme appears.
How do I get the default scheme to be the first selection but all other activated schemes are selectable?
I have this code from Vault 'GetNumSchms' from VDS-MFG-Sample 2025:
$_FilteredNumSchems = $numSchems | Where-Object { $_.IsDflt -eq $true }
$Prop["_NumSchm"].Value = $_FilteredNumSchems[0].Name
$dsWindow.FindName("NumSchms").IsEnabled = $false
return $_FilteredNumSchems
Many thanks
Solved! Go to Solution.
