Category 3D drawings and annotations, Object ProDimension

Function ProDimensionIsAccessibleInModel


Description
Identifies if a dimension is owned by the model.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionIsAccessibleInModel(
ProDimension* dimension
/* (In)
The dimension.
*/
ProBoolean* is_accessible
/* (Out)
PRO_B_TRUE if dimension is accessible in model, PRO_B_FALSE otherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions
  3. Annotations: Annotation Features and Annotations: Visiting Dimensions