Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

J-Link problem with ListUDFDimensions

cmarcum

New member
Pro/E 2001
I am tring to get a sequence of UDFDimensions from a
udf FeatureGroup using the ListUDFDimensions method,
but it throws an error every time.
All of the other methods seem to work fine.

Ex. assuming the FeatureGroup variable is "group".

UDFDimensions dims = group.ListUDFDimensions();

Does anyone know what the problem is?

TIA
Carl Marcum

Edited by: cmarcum
 

Sponsor

Back
Top