API Documentation > 3D drawings and annotations > Object ProDimension > Function ProDimensionOwnerfeatureGet
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionOwnerfeatureGet
(
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.
User Guide References
Was this helpful?