Function ProDimensionTextstyleGet
DEPRECATED:
Since Creo 1
Description
Note: This function is deprecated. Use ProAnnotationTextstyleGet() instead. Obtains the text style assigned to a dimension or reference dimension.
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProDimensionTextstyleGet
(
ProDimension* dimension
/* (In)
The dimension.
*/
ProTextStyle* text_style
/* (Out)
The text style. Free this using ProTextStyleFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?