Description | |||||||||||||||||
Retrieve the data from a surface finish. | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for 3D Drawings | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProSurfFinish.h> | |||||||||||||||||
ProError | ProSurffinishDataGet | ( | |||||||||||||||
ProSurfFinish* item | |||||||||||||||||
/* (In) | |||||||||||||||||
The surface finish. | |||||||||||||||||
*/ | |||||||||||||||||
ProDisplayMode mode | |||||||||||||||||
/* (In) | |||||||||||||||||
The display mode for the symbol retrieval. If PRODISPMODE_NUMERIC, callouts in test will be represented by their values. If PRODISPMODE_SYMBOLIC, callouts will contain the names of the referenced parameters. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsyminstdata* data | |||||||||||||||||
/* (Out) | |||||||||||||||||
The symbol instance data that governs the surface finish. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|