Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
To my surprise I found an item type of GTOL, having trouble figuring out what to set gtol to...
Set gtols = hole.ListSubItems(EpfcModelItemType.EpfcITEM_GTOL)
Dim gtol as Ipfc????
Any help would be greatly appreciated!
Not sure that you can get GTOL using this method
Function | ListSubItems | (Type as IpfcModelItemType [optional]) as IpfcModelItems [optional] |
Lists the component model items that make up the feature. Following are the subitems that can get listed with this method: ITEM_SURFACE, ITEM_EDGE, ITEM_QUILT, ITEM_CURVE, ITEM_POINT, ITEM_AXIS, ITEM_COORD_SYS and ITEM_DIMENSION.
|