Category 3D drawings and annotations, Object ProDimension

Function ProDimensionOwnerfeatureGet


Description
Obtains the feature that owns this dimension. For dimensions or reference dimensions in annotation elements, this will return the owner feature that directly owns that element.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionOwnerfeatureGet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProFeature* feature
/* (Out)
The feature.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe dimension is not owned by a particular feature.

Manual References:

  1. Annotations: Annotation Features and Annotations: Visiting Dimensions
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions
  3. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0