Category
3D drawings and annotations
, Object
ProDimension
Function ProDimensionBasicSet
Description
Sets if the dimension is of Basic type.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionBasicSet
(
ProDimension
*
dimension
/* (In)
The dimension handle.
*/
ProBoolean
basic
/* (In)
PRO_B_TRUE
or
PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved information.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_CANT_WRITE
Could not modify the given item because it has read-only access.
Manual References:
Annotations: Annotation Features and Annotations: Modifying Dimensions
Annotations: Annotation Features and Annotations: Modifying Dimensions