API Documentation > Dimensions > Object ProDimension > Function ProDimensionFeatureGet
Function ProDimensionFeatureGet
DEPRECATED:
Since Creo 1
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>
ProDimensionFeatureGet
(
ProDimension* dimension
/* (In)
The dimension.
*/
ProFeature* feature
/* (Out)
The feature.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The dimension is not owned by a particular feature.
Sample Code References
User Guide References
Was this helpful?