Category
3D drawings and annotations
, Object
ProDimension
Function ProDimensionIsBasic
Description
Determines if the dimension is of Basic type.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionIsBasic
(
ProDimension
*
dimension
/* (In)
The dimension handle.
*/
ProBoolean
*
basic
/* (Out)
PRO_B_TRUE
or
PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Assembly: Data Sharing Features: Accessing Properties of Variant Features