Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More
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.
|