Function ProDimensionTextstyleSet
DEPRECATED:
Since Creo 1
Description
Note: This function is deprecated. Use ProAnnotationTextstyleSet() instead. Assigns the text style assigned to a dimension or reference dimension.
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProDimensionTextstyleSet
(
ProDimension* dimension
/* (In)
The dimension.
*/
ProTextStyle text_style
/* (In)
The text style.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Could not modify the given item because it has read-only access.
User Guide References
Isto foi útil?