Category 3D drawings and annotations, Object ProSurffinish

Function ProSurffinishNameSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProModelitemNameSet
Description
Note: This function is deprecated Use ProModelitemNameSet instead. Set the name of a surface finish annotation.
Synopsis
#include <ProSurfFinish.h>
ProErrorProSurffinishNameSet(
ProSurfFinish* surface_finish
/* (In)
The surface finish item.
*/
ProName name
/* (In)
The new name of the surface finish.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments in invalid.
PRO_TK_INVALID_NAMEName is reserved by Creo Parametric.
PRO_TK_NO_LICENSELicense check failure.
PRO_TK_BAD_CONTEXTthe name cannot be varied.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Annotations: Annotation Features and Annotations: Surface Finish Annotations
  2. Annotations: Annotation Features and Annotations: Surface Finish Annotations