Category Graphics and model display, Object ProLinestyle

Function ProLinestyleDataGet


Description
Provides a description of the specified line style.
Replacement in Object TOOLKIT: wfcWSession::GetLineStyleData
Synopsis
#include <ProColor.h>
ProErrorProLinestyleDataGet(
ProLinestyle style
/* (In)
The style type.
*/
ProLinestyleData* style_info
/* (Out)
The line style information. Note that the field dash_list is allocated by the function. To free the data, call the function ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe specified style is invalid.
PRO_TK_INVALID_PTRThe style_info == NULL.
See Also
ProArrayFree

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Setting Line Styles for Creo Toolkit Graphics
  3. User Interface: Basic Graphics: Setting Line Styles for Creo Toolkit Graphics

Sample Code References:

  1. pt_examples ( TestLinestyle.c )