DEPRECATED: | Since Creo 1 | ||||||||||
SUPERSEDED BY: | ProDimensionOwnerfeatureGet | ||||||||||
Description | |||||||||||
Note: This function is deprecated. For dimensions or reference dimensions, if owner feature is in group, group feature is returned which isn't the originally documented, inteded behaviour. Use ProDimensionOwnerfeatureGet() to get the owner feature that directly owns that element. Obtains the feature that owns this dimension. For dimensions or reference dimensions in annotation elements, this will return the annotation feature that owns that element, but if the owning feature is in group, it will return the group feature instead | |||||||||||
Synopsis | |||||||||||
#include <ProDimension.h> | |||||||||||
ProError | ProDimensionFeatureGet | ( | |||||||||
ProDimension* dimension | |||||||||||
/* (In) | |||||||||||
The dimension. | |||||||||||
*/ | |||||||||||
ProFeature* feature | |||||||||||
/* (Out) | |||||||||||
The feature. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|