Category
3D drawings and annotations
, Object
ProDimension
Function ProDimensionOverridevalueGet
Description
Obtains the override value for the dimension.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionOverridevalueGet
(
ProDimension
*
dimension
/* (In)
The dimension.
*/
double*
override_value
/* (Out)
The override value.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_E_NOT_FOUND
The override value is not set.
Manual References:
Assembly: Data Sharing Features: Accessing Properties of Variant Features
Annotations: Annotation Features and Annotations: Visiting Dimensions
Annotations: Annotation Features and Annotations: Visiting Dimensions